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

A parallel owning iterator over the entries of a IndexMap.

A parallel draining iterator over the entries of a IndexMap.

A parallel iterator over the entries of a IndexMap.

A parallel mutable iterator over the entries of a IndexMap.

A parallel iterator over the keys of a IndexMap.

A parallel iterator over the values of a IndexMap.

A parallel mutable iterator over the values of a IndexMap.