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