Enum mio::channel::SendError [] [src]

pub enum SendError<T> {
    Io(Error),
    Disconnected(T),
}

Variants

Trait Implementations

impl<T> From<SendError<T>> for SendError<T>
[src]

Performs the conversion.

impl<T> From<Error> for SendError<T>
[src]

Performs the conversion.

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

A short description of the error. Read more

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

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

Formats the value using the given formatter.

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

Formats the value using the given formatter.