serde

Macro impl_serialize_struct

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

Implement Serialize for a struct.