Type Alias scoped_futures::ImpliedLifetimeBound
source · pub type ImpliedLifetimeBound<'upper_bound, 'subject> = PhantomData<&'subject &'upper_bound ()>;
Expand description
A wrapper type which imposes an upper bound on a lifetime.
Aliased Type§
struct ImpliedLifetimeBound<'upper_bound, 'subject>;