pub trait SerdeEnumToString { // Required methods fn as_str(&self) -> &'static str; fn as_dbg(&self) -> &'static str; }