Module structures

Source

Functionsยง

collect_stable_map
Collects entries from a stable BTreeMap iterator into a HashMap<K, V>.
collect_stable_map_from
Collects entries from a BTreeMap into a HashMap<K, V>.
collect_stable_vec
Collects entries from a stable BTreeMap iterator into a Vec<(K, V)>.
collect_stable_vec_from
Collects entries from a BTreeMap into a Vec<(K, V)>.