macro_rules! impl_deserialize_struct { ($struct:ident => { $($field:ident : $value:ty),* $(,)? }) => { ... }; }
Expand description
Implement Deserialize
for a struct.
macro_rules! impl_deserialize_struct { ($struct:ident => { $($field:ident : $value:ty),* $(,)? }) => { ... }; }
Implement Deserialize
for a struct.