Type Alias air_test_utils::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 */);