Enum mio::NotifyError [] [src]

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

Variants

Io(Error)Full(T)Closed(Option<T>)

Trait Implementations

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

fn fmt(&self, fmt: &mut Formatter) -> Result

Formats the value using the given formatter.