Macro const_map_err

Source
macro_rules! const_map_err {
    ($result: expr => $function: expr) => { ... };
}
Expand description

Same as Result::map_err but for const contexts.