Expand description
Parallel iterator types for IndexMap
with rayon.
You will rarely need to interact with this module directly unless you need to name one of the iterator types.
Requires crate feature "rayon"
Structsยง
- Into
ParIter - A parallel owning iterator over the entries of a
IndexMap
. - ParIter
- A parallel iterator over the entries of a
IndexMap
. - ParIter
Mut - A parallel mutable iterator over the entries of a
IndexMap
. - ParKeys
- A parallel iterator over the keys of a
IndexMap
. - ParValues
- A parallel iterator over the values of a
IndexMap
. - ParValues
Mut - A parallel mutable iterator over the values of a
IndexMap
.