Struct ketos::io::IoError [] [src]

pub struct IoError {
    pub err: Error,
    pub path: PathBuf,
    pub mode: IoMode,
}

Describes the cause of an io::Error.

Fields

Error value

Path to file whose operation produced the error

I/O mode that produced the error

Methods

impl IoError
[src]

Creates a new IoError.

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. Read more

impl NameDisplay for IoError
[src]

Writes the value's display representation to the formatter stream.