Module actix::fut::try_future  
source · Enums§
- Future for the
and_thencombinator, chaining computations on the end of another actor future regardless of its outcome. - Future for the
mapmethod. - Future for the
mapmethod. 
Traits§
- A convenience for actor futures that return
Resultvalues that includes a variety of adapters tailored to such actor futures. - Adapters specific to
Result-returning actor futures