macro_rules! cw_serde_struct_allow_unknown_fields {
($($s:item)*) => { ... };
}Expand description
Allowing unknown fields in the deserialization of this struct for backwards compatibility
macro_rules! cw_serde_struct_allow_unknown_fields {
($($s:item)*) => { ... };
}Allowing unknown fields in the deserialization of this struct for backwards compatibility