Functionsยง
- collect_
stable_ map - Collects entries from a stable
BTreeMapiterator into aHashMap<K, V>. - collect_
stable_ map_ from - Collects entries from a
BTreeMapinto aHashMap<K, V>. - collect_
stable_ vec - Collects entries from a stable
BTreeMapiterator into aVec<(K, V)>. - collect_
stable_ vec_ from - Collects entries from a
BTreeMapinto aVec<(K, V)>.