Module rayon

Source
Available on crate feature rayon only.
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.

Structsยง

IntoParIter
A parallel owning iterator over the entries of an IndexMap.
ParDrain
A parallel draining iterator over the entries of an IndexMap.
ParIter
A parallel iterator over the entries of an IndexMap.
ParIterMut
A parallel mutable iterator over the entries of an IndexMap.
ParKeys
A parallel iterator over the keys of an IndexMap.
ParValues
A parallel iterator over the values of an IndexMap.
ParValuesMut
A parallel mutable iterator over the values of an IndexMap.