Enum ethcore_io::IoError[][src]

pub enum IoError {
    StdIo(Error),
}

IO Error

Variants

Error concerning the Rust standard library's IO subsystem.

Trait Implementations

impl Debug for IoError
[src]

Formats the value using the given formatter. Read more

impl Display for IoError
[src]

Formats the value using the given formatter. Read more

impl Error for IoError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for IoError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for IoError

impl Sync for IoError