Type Alias marine::wasmtime::HostExportedFunc

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

Aliased Type§

struct HostExportedFunc(/* private fields */);