Type Alias avm_server::HostExportedFunc

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

Aliased Type§

struct HostExportedFunc(/* private fields */);