proof_of_sql_parser

Macro impl_serde_from_str

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

Implement [Deserialize] through [FromStr] to avoid invalid identifiers.