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