Macro test_fuzz::dont_care

source ·
macro_rules! dont_care {
    ($ty:path, $expr:expr) => { ... };
    ($ty:path) => { ... };
}
Expand description

Skip values of type $ty when serializing. Initialize values of type $ty with $expr when deserializing.