serde

Macro impl_serde_enum_str

source
macro_rules! impl_serde_enum_str {
    ($enum:ident => { $($variant:ident),* $(,)? }) => { ... };
}
Expand description

Helper for implementing both Serialize and Deserialize for an enum.