Enum tmp_mio::NotifyError [] [src]

pub enum NotifyError<T> {
    Io(Error),
    Full(T),
    Closed(Option<T>),
}

Variants

Trait Implementations

impl<M> Debug for NotifyError<M>
[src]

Formats the value using the given formatter.

impl<M> Display for NotifyError<M>
[src]

Formats the value using the given formatter. Read more

impl<M: Any> Error for NotifyError<M>
[src]

A short description of the error. Read more

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