pub type EnumValues = HashMap<&'static str, &'static str>;

Aliased Type§

struct EnumValues {
    base: HashMap<&'static str, &'static str, RandomState, Global>,
}

Fields§

§base: HashMap<&'static str, &'static str, RandomState, Global>