Enum mio::NotifyError
[−]
[src]
pub enum NotifyError<T> {
Io(Error),
Full(T),
Closed(Option<T>),
}Variants
Io(Error)Full(T)Closed(Option<T>)