stratus

Macro gen_test_serde

Source
macro_rules! gen_test_serde {
    ($type:ty) => { ... };
}
Expand description

Generates unit test that checks implementation of Serialize and Deserialize are compatible.