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§
- Actor
TryFuture - A convenience for actor futures that return
Result
values that includes a variety of adapters tailored to such actor futures. - Actor
TryFuture Ext - Adapters specific to
Result
-returning actor futures