macro_rules! gen_test_serde {
($type:ty) => { ... };
}Expand description
Generates unit test that checks implementation of Serialize and Deserialize are compatible.
macro_rules! gen_test_serde {
($type:ty) => { ... };
}Generates unit test that checks implementation of Serialize and Deserialize are compatible.