Macro utils_results::io_to_err [−][src]
macro_rules! io_to_err { ($ioe : expr) => { ... }; }
Expand description
casting std::io Error to Master Error matched by io_err
io_to_err!(file.seek(SeekFrom::End(0)))?
macro_rules! io_to_err { ($ioe : expr) => { ... }; }
casting std::io Error to Master Error matched by io_err
io_to_err!(file.seek(SeekFrom::End(0)))?