Expand description
Iterators that generate Option
s without repetition.
Structs§
- Exhaustive
Somes - Generates all
Option
s exceptNone
, with values from a given iterator.
Functions§
- exhaustive_
options - Generates all
Option
s with values from a given iterator. - exhaustive_
somes - Generates all
Option
s exceptNone
, with values from a given iterator.