Struct actix_web::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, E> ActorFuture for FromErr<A, E> where
A: ActorFuture,
E: From<<A as ActorFuture>::Error>,
[src]
[+]
impl<A, E> ActorFuture for FromErr<A, E> where
A: ActorFuture,
E: From<<A as ActorFuture>::Error>,
impl<A, E> Debug for FromErr<A, E> where
A: Debug + ActorFuture,
E: Debug,
[src]
[+]
impl<A, E> Debug for FromErr<A, E> where
A: Debug + ActorFuture,
E: Debug,