Module futures_util::future::try_future
source · Expand description
Futures
This module contains a number of functions for working with Future
s,
including the FutureExt
trait which adds methods to Future
types.
Re-exports§
pub use self::into_future::IntoFuture;
Modules§
Structs§
- Future for the
and_then
method. - Future for the
err_into
method. - Sink for the
flatten_sink
method. - Future for the
inspect_err
method. - Future for the
inspect_ok
method. - Future for the
map_err
method. - Future for the
map_ok
method. - Future for the
map_ok_or_else
method. - Future for the
ok_into
method. - Future for the
or_else
method. - Future for the
try_flatten
method. - Future for the
try_flatten_err
method. - Future for the
try_flatten_stream
method. - Future for the
unwrap_or_else
method.
Traits§
- Adapters specific to
Result
-returning futures