Macro map_error

Source
macro_rules! map_error {
    ($E: expr) => { ... };
}
Expand description

map_error: add file and line info to io::Error;