[][src]Trait plain_enum::TInternalEnumMapType

pub trait TInternalEnumMapType<V>: TPlainEnum {
    type InternalEnumMapType: TArrayFromFn<V>;
}

Trait used to associated enum with EnumMap. Needed because of https://github.com/rust-lang/rust/issues/46969. TODO Rust: Once this is solved, use array directly within EnumMap.

Associated Types

type InternalEnumMapType: TArrayFromFn<V>

Loading content...

Implementations on Foreign Types

impl<V> TInternalEnumMapType<V> for bool[src]

impl<V> TInternalEnumMapType<V> for ()[src]

Loading content...

Implementors

Loading content...