pub type IOError = Error;
Type for I/O related errors. Those may occur when reading a file for parsing.
pub struct IOError { /* private fields */ }