Searched defs:TakeAnyWhile (Results 1 – 1 of 1) sorted by relevance
14 pub struct TakeAnyWhile<I: ParallelIterator, P> { struct19 impl<I: ParallelIterator + fmt::Debug, P> fmt::Debug for TakeAnyWhile<I, P> { argument27 impl<I, P> TakeAnyWhile<I, P> implementation37 impl<I, P> ParallelIterator for TakeAnyWhile<I, P> implementation