Macro const_map_ok

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

Same as Result::map but for const contexts.