Struct futures::future::SharedError
[−]
[src]
pub struct SharedError<E> { /* fields omitted */ }
A wrapped error of the original future that is clonable and implements Deref for ease of use.