macro_rules! serde_string_enum {
($t: ident) => { ... };
}Expand description
Adds display and to_string implementation to serde enum types.
macro_rules! serde_string_enum {
($t: ident) => { ... };
}Adds display and to_string implementation to serde enum types.