Expand description
Iteration over enum values.
Structs§
- Enum
Iterator - Iterates over all values of an enum.
Traits§
- Iterable
Enum - Allows
EnumIterator
to iterate over an enum type.
Iteration over enum values.
EnumIterator
to iterate over an enum type.