macro_rules! impl_serde_from_str { ($type:ty) => { ... }; }
Expand description
Implement Deserialize
through FromStr
to avoid invalid identifiers.
macro_rules! impl_serde_from_str { ($type:ty) => { ... }; }
Implement Deserialize
through FromStr
to avoid invalid identifiers.