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

type OpWithError = dyn Future<Item = Buf, Error = BindingError> + Send;

Result future of a op completion