Macro utils_results::err_to_io [−][src]
macro_rules! err_to_io { ($err : expr) => { ... }; }
Expand description
casting Master Error to std::io Error matched by io_err
err_to_io!(my_seek(0))?
macro_rules! err_to_io { ($err : expr) => { ... }; }
casting Master Error to std::io Error matched by io_err
err_to_io!(my_seek(0))?