HostExportedFunc

Type Alias HostExportedFunc 

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

Aliased Typeยง

pub struct HostExportedFunc(/* private fields */);