Struct std::rt::io::IoError

pub struct IoError {
    kind: IoErrorKind,
    desc: &'static str,
    detail: Option<~str>,
}

The type passed to I/O condition handlers to indicate error

XXX

Is something like this sufficient? It's kind of archaic

Trait Implementations

impl ToStr for IoError

fn to_str(&self) -> ~str

Converts the value of self to an owned string