[][src]Crate enum_iterator

Tools to iterate over the variants of a field-less enum.

See the IntoEnumIterator trait.

Traits

IntoEnumIterator

Trait to iterate over the variants of a field-less enum.

Derive Macros

IntoEnumIterator

Derives IntoEnumIterator for field-less enums.