Enum mio::NotifyError [] [src]

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

Variants

Io
Full
Closed

Trait Implementations

impl<M> Debug for NotifyError<M>

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