Module map

Module map 

Source
Expand description

BTreeMap with weak references.

Structs§

IntoIter
An owning iterator over the entries of a WeakMap.
IntoKeys
An owning iterator over the keys of a WeakMap.
IntoValues
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§

StrongMap
Alias for BTreeMap<K, V>.