pub fn fuzz_canon<'a, C>() where
    C: Canon + Arbitrary<'a> + PartialEq + Debug
Expand description

Fuzzes a type with regards to its Canon implementation. making sure every serialization produces an Equal result when deserialized