Structs§
FlatMapIter
maps each element to a serial iterator, then flattens these iterators together. This struct is created by theflat_map_iter()
method onParallelIterator
- //////////////////////////////////////////////////////////////////////// Consumer implementation