Type Definition fluence_faas::HostExportedFunc[][src]

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