[][src]Type Definition deno::OpAsyncFuture

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