[][src]Type Definition deno_core::OpDispatcher

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

Main type describing op