[−][src]Struct tokio::prelude::future::FromErr
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> Future for FromErr<A, E> where
A: Future,
E: From<<A as Future>::Error>,
[src][+]
A: Future,
E: From<<A as Future>::Error>,
impl<A, E> Debug for FromErr<A, E> where
A: Debug + Future,
E: Debug,
[src][+]
A: Debug + Future,
E: Debug,
Auto Trait Implementations
impl<A, E> Unpin for FromErr<A, E> where
A: Unpin,
E: Unpin,
A: Unpin,
E: Unpin,
impl<A, E> Sync for FromErr<A, E> where
A: Sync,
E: Sync,
A: Sync,
E: Sync,
impl<A, E> Send for FromErr<A, E> where
A: Send,
E: Send,
A: Send,
E: Send,
impl<A, E> UnwindSafe for FromErr<A, E> where
A: UnwindSafe,
E: UnwindSafe,
A: UnwindSafe,
E: UnwindSafe,
impl<A, E> RefUnwindSafe for FromErr<A, E> where
A: RefUnwindSafe,
E: RefUnwindSafe,
A: RefUnwindSafe,
E: RefUnwindSafe,
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,