Module indexmap::map::rayon [−][src]
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
IntoParIter | A parallel owning iterator over the entries of a |
ParIter | A parallel iterator over the entries of a |
ParIterMut | A parallel mutable iterator over the entries of a |
ParKeys | A parallel iterator over the keys of a |
ParValues | A parallel iterator over the values of a |
ParValuesMut | A parallel mutable iterator over the values of a |