Skip to main content

Async

Type Alias Async 

Source
pub type Async<T> = Pin<Box<dyn Future<Output = T> + Send>>;

Aliased Typeยง

pub struct Async<T> { /* private fields */ }