[][src]Module pvec::iter

A module providing implementation of the standard Iterator, as well as Rayon's ParallelIterator if the rayon_iter feature flag is specified.

Structs

PVecIter

This struct owns another, actual iterator either of the standard vector or RrbVec and is used to implement Iterator trait.