[−][src]Module futures_util::try_future
Futures
This module contains a number of functions for working with Future
s,
including the FutureExt
trait which adds methods to Future
types.
Structs
AndThen | Future for the |
ErrInto | Future for the |
FlattenSink | Future for the |
IntoFuture | Future for the |
MapErr | Future for the |
MapOk | Future for the |
OrElse | Future for the |
TryJoin | Future for the |
TryJoin3 | Future for the |
TryJoin4 | Future for the |
TryJoin5 | Future for the |
UnwrapOrElse | Future for the |
Traits
TryFutureExt | Adapters specific to |