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
err: Error
Error value
path: PathBuf
Path to file whose operation produced the error
mode: IoMode
I/O mode that produced the error