pub type StrongMap<K, V> = BTreeMap<K, V>;
Alias for BTreeMap<K, V>.
BTreeMap<K, V>
pub struct StrongMap<K, V> { /* private fields */ }