Searched defs: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()315 fn prop_struct(xs: FakeArray<NestedStructWrapper, ARRAY_SIZE>) { in prop_struct()