pub type Await<T> = Pin<Box<dyn Future<Output = T> + Send>>;
Type alias for awaitable results
pub struct Await<T> { /* private fields */ }