Expand description
BTreeMap with weak references.
Structs§
- Into
Iter - An owning iterator over the entries of a
WeakMap. - Into
Keys - An owning iterator over the keys of a
WeakMap. - Into
Values - An owning iterator over the values of a
WeakMap.` - Iter
- An iterator over the entries of a
WeakMap. - IterMut
- A mutable iterator over the entries of a
BTreeMap. - Keys
- An iterator over the keys of a
WeakMap. - Values
- An iterator over the values of a
WeakMap. - WeakMap
- A B-Tree map that stores weak references to values.
Type Aliases§
- Strong
Map - Alias for
BTreeMap<K, V>.