// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
pub use ;
pub use Future;
use crate BindingError;
/// Dispatch context to give ops access to various context functions
/// Result future of a op completion
pub type OpWithError = dyn + Send;
/// Dispatch funciton type
/// base is a placeholder value for now not sure what we want to use there
pub type OpDispatchFn =
fn
;