Type Definition marine::HostExportedFunc

source ·
pub type HostExportedFunc = Box<dyn Fn(&mut Ctx, Vec<IValue, Global>) -> Option<IValue> + 'static, Global>;