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.

Trait Implementations

impl<E: Debug> Debug for SharedError<E>
[src]

Formats the value using the given formatter.

impl<E> Deref for SharedError<E>
[src]

The resulting type after dereferencing

The method called to dereference a value