macro_rules! const_map_ok {
($result: expr => $function: expr) => { ... };
}
Expand description
Same as Result::map
but for const
contexts.
macro_rules! const_map_ok {
($result: expr => $function: expr) => { ... };
}
Same as Result::map
but for const
contexts.