io_to_err

Macro io_to_err 

Source
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)))?