Module rayon::iter::while_some

source ·

Structs§

  • WhileSome is an iterator that yields the Some elements of an iterator, halting as soon as any None is produced.
  • //////////////////////////////////////////////////////////////////////// Consumer implementation