pub trait IoErr<T> { // Required method fn io_err(self) -> Result<T>; }
Maps the error in this result to an io::Error.
io::Error