pub trait EnumArray<V>: Enum {
    type Array: Array<V>;
}
Expand description

Trait associating

Associated Types

Representation of an enum map for type V.

Implementations on Foreign Types

Implementors