std::old_io::IoResultUnstable [-] [+] [src]

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

A convenient typedef of the return value of any I/O action.