actix::fut

Module try_future

Source

Enums§

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

Traits§

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