pub type BoxedStaticFuture<T> = BoxFuture<'static, T>;
BoxedStaticFuture is the type alias of [futures::future::BoxFuture].
futures::future::BoxFuture
struct BoxedStaticFuture<T> {}