Type Definition deno_core::OpFn[][src]

type OpFn = dyn Fn(Rc<RefCell<OpState>>, OpPayload<'_, '_, '_>, Option<ZeroCopyBuf>) -> Op + 'static;