pub type Async<T> = Pin<Box<dyn Future<Output = T> + Send>>;
pub struct Async<T> { /* private fields */ }