Crate scoped_futures
source ·Structs§
- A
Future
wrapper type that imposes an upper bound on its lifetime’s duration.
Traits§
- An extension trait for
Future
that provides methods for encoding lifetime upper bound information.
Type Aliases§
- A wrapper type which imposes an upper bound on a lifetime.
- A boxed future whose lifetime is upper bounded.
- A non-
Send
boxed future whose lifetime is upper bounded.