[][src]Type Definition deno_core::OpDispatcher

type OpDispatcher = dyn Fn(&[u8], Option<ZeroCopyBuf>) -> CoreOp + 'static;

Main type describing op