imsz

Macro map_err

source
macro_rules! map_err {
    ($fmt:expr, $expr:expr) => { ... };
    ($fmt:ident $expr:expr) => { ... };
}