Module rayon::collections::btree_map [−][src]
This module contains the parallel iterator types for B-Tree maps
(BTreeMap<K, V>
). You will rarely need to interact with it directly
unless you have need to name one of the iterator types.
Structs
IntoIter | Parallel iterator over a B-Tree map |
Iter | Parallel iterator over an immutable reference to a B-Tree map |
IterMut | Parallel iterator over a mutable reference to a B-Tree map |