Trait soroban_wasmi::IntoFunc
source · pub trait IntoFunc<T, Params, Results>: Send + Sync + 'static { }
Expand description
Closures and functions that can be used as host functions.
pub trait IntoFunc<T, Params, Results>: Send + Sync + 'static { }
Closures and functions that can be used as host functions.