macro_rules! serde_round_trip {
($var:expr) => { ... };
}Available on crate features
serde and test-serde only.Expand description
Does round trip test to/from serde value.
macro_rules! serde_round_trip {
($var:expr) => { ... };
}serde and test-serde only.Does round trip test to/from serde value.