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