Type Alias cranelift_codegen_meta::cdsl::operands::EnumValues

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

Aliased Type§

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

Fields§

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