Module exhaustive

Source
Expand description

Iterators that generate Options without repetition.

Structs§

ExhaustiveSomes
Generates all Options except None, with values from a given iterator.

Functions§

exhaustive_options
Generates all Options with values from a given iterator.
exhaustive_somes
Generates all Options except None, with values from a given iterator.