pub type PinBoxFuture<'a, T> = PinBox<dyn Future<Output = T> + Send + 'a>;
pub struct PinBoxFuture<'a, T> { /* private fields */ }