Type Alias EnumValue

Source
pub type EnumValue<'a> = ViewNested<'a, EnumValueId, EnumValueRecord>;

Aliased Type§

pub struct EnumValue<'a> { /* private fields */ }

Trait Implementations§

Source§

impl Debug for EnumValue<'_>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more