pub type PinBoxFutureStatic<T> = PinBoxFuture<'static, T>;
pub struct PinBoxFutureStatic<T> { /* private fields */ }