Struct futures::stream::SendError [] [src]

pub struct SendError<T, E>(_);

Error type returned by FutureSender when the receiving end of a channel is dropped

Trait Implementations

impl<T, E> Debug for SendError<T, E>
[src]

Formats the value using the given formatter.

impl<T, E> Display for SendError<T, E>
[src]

Formats the value using the given formatter.

impl<T, E> Error for SendError<T, E> where T: Any, E: Any
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more