Derive Macrosยง
- Quick
Check - Generates an implementation of
quickcheck::ArbitraryYou can annotate an enum variant with#[quickcheck(recursive = None | Linear | Exponential)]to allow for testing of potentially infinitely large types
quickcheck::Arbitrary
You can annotate an enum variant with #[quickcheck(recursive = None | Linear | Exponential)] to allow for testing of potentially infinitely large types