Await

Type Alias Await 

Source
pub type Await<T> = Pin<Box<dyn Future<Output = T> + Send>>;
Expand description

Type alias for awaitable results

Aliased Typeยง

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