[][src]Type Definition deno::OpAsyncFuture

type OpAsyncFuture<E> = Box<dyn Future<Item = Buf, Error = E> + Send>;