Searched refs:WhileSome (Results 1 – 4 of 4) sorted by relevance
14 pub struct WhileSome<I: ParallelIterator> { struct18 impl<I> WhileSome<I> impl24 WhileSome { base } in new()28 impl<I, T> ParallelIterator for WhileSome<I> implementation
187 while_some::WhileSome,1903 fn while_some<T>(self) -> WhileSome<Self> in while_some()1908 WhileSome::new(self) in while_some()
646 pub struct WhileSome<I> { struct651 pub fn while_some<I>(iter: I) -> WhileSome<I> { in while_some()652 WhileSome { iter } in while_some()655 impl<I, A> Iterator for WhileSome<I> implementation
104 WhileSome,1262 fn while_some<A>(self) -> WhileSome<Self> in while_some()