Searched defs:WhileSome (Results 1 – 2 of 2) sorted by relevance
14 pub struct WhileSome<I: ParallelIterator> { struct18 impl<I> WhileSome<I> implementation28 impl<I, T> ParallelIterator for WhileSome<I> implementation
646 pub struct WhileSome<I> { struct650 /// Create a new `WhileSome<I>`. argument655 impl<I, A> Iterator for WhileSome<I> implementation