Macro map_err

Source
macro_rules! map_err {
    (__impl $i:expr, $submac:ident!( $($args:tt)* ), $g:expr) => { ... };
}