Module enum_iterator

Source
Expand description

Iteration over enum values.

Structs§

EnumIterator
Iterates over all values of an enum.

Traits§

IterableEnum
Allows EnumIterator to iterate over an enum type.