macro_rules! map_e { {$($k: expr => $v: expr),* $(,)?} => { ... }; }
👎Deprecated: deprecated in favour of
hash_map_e!. Will be removed in map-macro v0.3.0Expand description
Deprecated. Use hash_map_e! instead.