Macro map_error

Source
macro_rules! map_error {
    ($err_type:tt, $($arg:tt)*) => { ... };
}