Type Definition deno_core::OpFn[][src]

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