pub type BoxFut<Res> = Pin<Box<dyn Future<Output = Res>>>;
pub struct BoxFut<Res> { /* private fields */ }