Module try_future

Source

Enums§

AndThen
Future for the and_then combinator, chaining computations on the end of another actor future regardless of its outcome.
MapErr
Future for the map method.
MapOk
Future for the map method.

Traits§

ActorTryFuture
A convenience for actor futures that return Result values that includes a variety of adapters tailored to such actor futures.
ActorTryFutureExt
Adapters specific to Result-returning actor futures