Type Alias BTreeMapMutChain

Source
pub type BTreeMapMutChain<'h, K, V> = Chain<&'h mut BTreeMap<K, V>>;

Aliased Typeยง

struct BTreeMapMutChain<'h, K, V> { /* private fields */ }