Module rayon::iter::flatten

source ·

Structs§

  • Flatten turns each element to a parallel iterator, then flattens these iterators together. This struct is created by the flatten() method on ParallelIterator.
  • //////////////////////////////////////////////////////////////////////// Consumer implementation