Struct futures_util::try_future::ErrInto [−][src]
Future for the err_into
combinator, changing the error type of a future.
This is created by the Future::err_into
method.
Trait Implementations
impl<A: Debug, E: Debug> Debug for ErrInto<A, E>
[src]
[+]
impl<A: Debug, E: Debug> Debug for ErrInto<A, E>
impl<A, E> Future for ErrInto<A, E> where
A: TryFuture,
A::Error: Into<E>,
[src]
[+]
impl<A, E> Future for ErrInto<A, E> where
A: TryFuture,
A::Error: Into<E>,