macro_rules! static_map {
($( $key:expr_2021 => $val:expr_2021 ),*) => { ... };
}Expand description
A flexary macro for constructing HashMap<&'static str, &'static str> maps
macro_rules! static_map {
($( $key:expr_2021 => $val:expr_2021 ),*) => { ... };
}A flexary macro for constructing HashMap<&'static str, &'static str> maps