macro_rules! confined_bmap {
    ($($key:expr => $value:expr),+ $(,)?) => { ... };
}
Expand description

Helper macro to construct confined BTreeMap of a given type