Module rayon::vec [] [src]

This module contains the parallel iterator types for vectors (Vec<T>). You will rarely need to interact with it directly unless you have need to name one of those types.

Structs

IntoIter

Parallel iterator that moves out of a vector.