Type Alias scoped_futures::ScopedBoxFuture
source · pub type ScopedBoxFuture<'upper_bound, 'subject, T> = Pin<Box<dyn ScopedFuture<'upper_bound, 'subject, Output = T> + Send + 'subject>>;
Expand description
A boxed future whose lifetime is upper bounded.
Aliased Type§
struct ScopedBoxFuture<'upper_bound, 'subject, T> {}