Type Definition arc_io_error::IoResult [] [src]

type IoResult<T> = Result<T, IoError>;

See std::io::Result, with IoError substituted for io::Error.