scoped_futures

Type Alias 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>;