Struct actix::fut::FromErr [−][src]
Future for the from_err
combinator, changing the error type of a future.
This is created by the Future::from_err
method.
Trait Implementations
impl<A: Debug, E: Debug> Debug for FromErr<A, E> where
A: ActorFuture,
[src]
[+]
impl<A: Debug, E: Debug> Debug for FromErr<A, E> where
A: ActorFuture,
impl<A: ActorFuture, E: From<A::Error>> ActorFuture for FromErr<A, E>
[src]
[+]
impl<A: ActorFuture, E: From<A::Error>> ActorFuture for FromErr<A, E>