Crate enum_iterator[][src]

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

Re-exports

pub use enum_iterator_derive::*;

Traits

IntoEnumIterator

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