pub type BoxedStaticFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;Available on non-WebAssembly only.
Expand description
BoxedStaticFuture is the type alias of [futures::future::BoxFuture].
Aliased Typeยง
pub struct BoxedStaticFuture<T> { /* private fields */ }