Expand description
Futures
This module contains a number of functions for working with Futures,
including the FutureExt trait which adds methods to Future types.
Re-exportsยง
pub use self::into_future::IntoFuture;
Modulesยง
- into_
future ๐ - try_
flatten ๐ - try_
flatten_ ๐err
Structsยง
- AndThen
- Future for the
and_thenmethod. - ErrInto
- Future for the
err_intomethod. - Flatten
Sink - Sink for the
flatten_sinkmethod. - Inspect
Err - Future for the
inspect_errmethod. - Inspect
Ok - Future for the
inspect_okmethod. - MapErr
- Future for the
map_errmethod. - MapOk
- Future for the
map_okmethod. - MapOk
OrElse - Future for the
map_ok_or_elsemethod. - OkInto
- Future for the
ok_intomethod. - OrElse
- Future for the
or_elsemethod. - TryFlatten
- Future for the
try_flattenmethod. - TryFlatten
Err - Future for the
try_flatten_errmethod. - TryFlatten
Stream - Future for the
try_flatten_streammethod. - Unwrap
OrElse - Future for the
unwrap_or_elsemethod.
Traitsยง
- TryFuture
Ext - Adapters specific to
Result-returning futures