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