[src]

std::io::IoResult

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

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