[][src]Type Definition deno_lib_bindings::dispatch::OpDispatchFn

type OpDispatchFn = fn(state: &dyn BindingDispatchContext, data: Option<PinnedBuf>) -> Box<OpWithError>;

Dispatch funciton type base is a placeholder value for now not sure what we want to use there