[][src]Type Definition deno_core::OpAsyncFuture

type OpAsyncFuture = Pin<Box<dyn Future<Output = Buf>>>;