Type Alias marine::generic::HostExportedFunc

source ·
pub type HostExportedFunc<WB> = Box<dyn for<'c> Fn(&mut <WB as WasmBackend>::ImportCallContext<'c>, Vec<IValue>) -> Option<IValue> + Send + Sync>;

Aliased Type§

struct HostExportedFunc<WB>(/* private fields */);