Trait enumoid::EnumArrayHelper[][src]

pub trait EnumArrayHelper<V: Sized>: Enumoid { }
Expand description

Workaround for const generics not supporting associated consts yet.

All the members are hidden. Impls should only be defined via the Enumoid derive macro.

Implementors