macro_rules! serde_derive_impl {
    ($def : item) => { ... };
}
Expand description

Used to optionally add Serialize and Deserialize traits to Qualifiable types