Module future

Source
Available on crate feature util only.
Expand description

Future types

Modules§

optional
Future types for Optional.

Structs§

AndThenFuture
Response future from AndThen services.
EitherResponseFuture
Response future for Either.
MapErrFuture
Response future from MapErr services.
MapResponseFuture
Response future from MapResponse services.
MapResultFuture
Response future from MapResult services.
ThenFuture
Response future from Then services.