Module futures_util::try_future[][src]

Futures

This module contains a number of functions for working with Futures, including the FutureExt trait which adds methods to Future types.

Structs

AndThen

Future for the and_then combinator.

ErrInto

Future for the err_into combinator.

FlattenSink

Future for the flatten_sink combinator.

IntoFuture

Future for the into_future combinator.

MapErr

Future for the map_err combinator.

MapOk

Future for the map_ok combinator.

OrElse

Future for the or_else combinator.

UnwrapOrElse

Future for the unwrap_or_else combinator.

Traits

TryFutureExt

Adapters specific to Result-returning futures