Searched refs:NestedStructWrapper (Results 1 – 1 of 1) sorted by relevance
305 struct NestedStructWrapper(NestedStruct); struct307 impl Arbitrary for NestedStructWrapper { implementation308 fn arbitrary<G: Gen>(g: &mut G) -> NestedStructWrapper { in arbitrary() argument311 NestedStructWrapper{0: x} in arbitrary()315 fn prop_struct(xs: FakeArray<NestedStructWrapper, ARRAY_SIZE>) { in prop_struct() argument330 …:new().max_tests(MAX_TESTS).quickcheck(prop_struct as fn(FakeArray<NestedStructWrapper, ARRAY_SIZE… in test_struct()