pub trait EnumTrait {
    fn get_value_string(&self) -> &str;
}

Required methods

Implementors