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