Type Definition deno_core::OpAsyncFuture

source · []
pub type OpAsyncFuture = Pin<Box<dyn Future<Output = Box<[u8]>>>>;