macro_rules! indexmap {
() => { ... };
($($key:expr => $value:expr),+ $(,)?) => { ... };
}Available on crate feature
std only.macro_rules! indexmap {
() => { ... };
($($key:expr => $value:expr),+ $(,)?) => { ... };
}std only.