Module rayon::iter::flat_map

source ยท

Structsยง

  • FlatMap maps each element to a parallel iterator, then flattens these iterators together. This struct is created by the flat_map() method on ParallelIterator
  • FlatMapConsumer ๐Ÿ”’
    //////////////////////////////////////////////////////////////////////// Consumer implementation
  • FlatMapFolder ๐Ÿ”’