scoped_
futures
0.1.4
All Items
Crate Items
Structs
Traits
Type Aliases
Crate
scoped_futures
Copy item path
Source
Structs
§
Scoped
Future
Wrapper
A
Future
wrapper type that imposes an upper bound on its lifetime’s duration.
Traits
§
Scoped
Future
A
Future
super-trait with an implied upper bound on the provided lifetime. This is especially useful for callbacks that use higher-ranked lifetimes in their return type, where it can prevent
'static
bounds from being placed on a returned
Future
.
Scoped
Future
Ext
An extension trait for
Future
that provides methods for encoding lifetime upper bound information.
Type Aliases
§
Implied
Lifetime
Bound
A wrapper type which imposes an upper bound on a lifetime.
Scoped
BoxFuture
A boxed future whose lifetime is upper bounded.
Scoped
Local
BoxFuture
A non-
Send
boxed future whose lifetime is upper bounded.