Type Definition deno_core::OpFn

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