Type Alias deno_core::AsyncResult

source ·
pub type AsyncResult<T> = Pin<Box<dyn Future<Output = Result<T, Error>>>>;
Expand description

Returned by resource read/write/shutdown methods

Aliased Type§

struct AsyncResult<T> { /* private fields */ }