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