Macro utils_results::io_to_err[][src]

macro_rules! io_to_err {
    ($ioe : expr) => { ... };
}
Expand description

casting core::io Error to Master Error matched by io_err

 io_to_err!(file.seek(SeekFrom::End(0)))?