Module prelude

Module prelude 

Source

Traits§

IndexedParallelIterator
An iterator that supports “random access” to its data, meaning that you can split it at arbitrary indices and draw data from those points.
IntoMaybeParallelIterator
IntoMaybeParallelRefMutIterator
MaybeIndexedParallelIterator
MaybeParallelBridge
MaybeParallelIterator
MaybeParallelSliceMut
ParallelIterator
Parallel version of the standard iterator trait.

Type Aliases§

MaybeIterBridge