Module rayon::iter::take_any_while
source · Structs§
TakeAnyWhile
is an iterator that iterates over elements from anywhere inI
until the callback returnsfalse
. This struct is created by thetake_any_while()
method onParallelIterator
- //////////////////////////////////////////////////////////////////////// Consumer implementation
Functions§
- take 🔒