Searched defs:NestedStructWrapper (Results 1 – 1 of 1) sorted by relevance
313 struct NestedStructWrapper(NestedStruct); struct315 impl Arbitrary for NestedStructWrapper { implementation316 fn arbitrary<G: Gen>(g: &mut G) -> NestedStructWrapper { in arbitrary()323 fn prop_struct(xs: FakeArray<NestedStructWrapper, ARRAY_SIZE>) { in prop_struct()