macro_rules! gen_test_bincode {
($type:ty) => { ... };
}
Expand description
Generates unit test that checks that bincode’s serialization and deserialization are compatible
macro_rules! gen_test_bincode {
($type:ty) => { ... };
}
Generates unit test that checks that bincode’s serialization and deserialization are compatible