Enum ethcore_io::IoError [] [src]

pub enum IoError {
    Mio(Error),
    StdIo(Error),
}

IO Error

Variants

Low level error from mio crate

Error concerning the Rust standard library's IO subsystem.

Trait Implementations

impl Debug for IoError
[src]

Formats the value using the given formatter.

impl Display for IoError
[src]

Formats the value using the given formatter.

impl From<Error> for IoError
[src]

Performs the conversion.

impl<Message> From<NotifyError<IoMessage<Message>>> for IoError where Message: Send + Clone
[src]

Performs the conversion.