serde

Macro impl_serde_struct

source
macro_rules! impl_serde_struct {
    ($struct:ident => { $($field:ident : $value:ty),* $(,)? }) => { ... };
}
Expand description

Helper for implementing both Serialize and Deserialize for a struct.