Skip to main content

serde_string_enum

Macro serde_string_enum 

Source
macro_rules! serde_string_enum {
    ($t: ident) => { ... };
}
Expand description

Adds display and to_string implementation to serde enum types.