Structs§
WhileSome
is an iterator that yields theSome
elements of an iterator, halting as soon as anyNone
is produced.- //////////////////////////////////////////////////////////////////////// Consumer implementation
WhileSome
is an iterator that yields the Some
elements of an iterator,
halting as soon as any None
is produced.