Searched defs:MapWhile (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/library/core/src/iter/adapters/ |
| D | map_while.rs | 15 pub struct MapWhile<I, P> { struct 20 impl<I, P> MapWhile<I, P> { argument 27 impl<I: fmt::Debug, P> fmt::Debug for MapWhile<I, P> { implementation 34 impl<B, I: Iterator, P> Iterator for MapWhile<I, P> implementation 71 unsafe impl<I, P> SourceIter for MapWhile<I, P> implementation 85 unsafe impl<B, I: InPlaceIterable, P> InPlaceIterable for MapWhile<I, P> where implementation
|