macro_rules! const_map {
($option: expr => $function: expr) => { ... };
}
Expand description
Same as Option::map
but for const
contexts.
macro_rules! const_map {
($option: expr => $function: expr) => { ... };
}
Same as Option::map
but for const
contexts.