mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
reexport CallServiceClosure
This commit is contained in:
parent
b43c68d767
commit
dac4faef51
@ -19,7 +19,7 @@ use std::path::PathBuf;
|
||||
use crate::aquamarine_stepper_vm::ParticleParams;
|
||||
use crate::IValue;
|
||||
|
||||
type CallServiceClosure = Box<dyn Fn(ParticleParams, Vec<IValue>) -> Option<IValue> + 'static>;
|
||||
pub type CallServiceClosure = Box<dyn Fn(ParticleParams, Vec<IValue>) -> Option<IValue> + 'static>;
|
||||
|
||||
/// Describes behaviour of the Aquamarine VM stepper.
|
||||
pub struct AquamarineVMConfig {
|
||||
|
@ -30,6 +30,7 @@ mod errors;
|
||||
|
||||
pub use aquamarine_stepper_vm::AquamarineVM;
|
||||
pub use aquamarine_stepper_vm::ParticleParams;
|
||||
pub use config::CallServiceClosure;
|
||||
pub use config::AquamarineVMConfig;
|
||||
pub use errors::AquamarineVMError;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user