Trait EnumArrayHelper

Source
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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§