pub type EnumValue<'a> = ViewNested<'a, EnumValueId, EnumValueRecord>;
struct EnumValue<'a> { /* private fields */ }