Searched defs:MapForGrouping (Results 1 – 1 of 1) sorted by relevance
12 pub struct MapForGrouping<I, F>(I, F); struct14 impl<I, F> MapForGrouping<I, F> { impl20 impl<K, V, I, F> Iterator for MapForGrouping<I, F> implementation