Enum mio::NotifyError [] [src]

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

Variants

Io
Full

Trait Implementations

impl<M> Debug for NotifyError<M>

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