macro_rules! deserialize_body {
($body_data:expr, $body_variant:tt, $body_type:tt) => { ... };
}
Expand description
Generates the code to deserialize a specific body variant from JSON
macro_rules! deserialize_body {
($body_data:expr, $body_variant:tt, $body_type:tt) => { ... };
}
Generates the code to deserialize a specific body variant from JSON