[][src]Module indexmap::map::rayon

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 IndexMap.

ParIter

A parallel iterator over the entries of a IndexMap.

ParIterMut

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.

ParValuesMut

A parallel mutable iterator over the values of a IndexMap.