Macro impl_serde_from_str

Source
macro_rules! impl_serde_from_str {
    ($type:ty) => { ... };
}
Expand description

Implement Deserialize through FromStr to avoid invalid identifiers.