[][src]Module rayon_logs::prelude

We redefine (not all of them yet) rayon traits.

Traits

IntoParallelIterator

IntoParallelIterator implements the conversion to a ParallelIterator.

IntoParallelRefIterator

IntoParallelRefIterator implements the conversion to a ParallelIterator, providing shared references to the data.

IntoParallelRefMutIterator

IntoParallelRefMutIterator implements the conversion to a ParallelIterator, providing mutable references to the data.

ParallelIterator

Parallel version of the standard iterator trait.

ParallelSliceMut

Parallel extensions for mutable slices.