Home
last modified time | relevance | path

Searched defs:OuterCollection (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/tests/
Dtest.rs218 struct OuterCollection { in nested_out_of_order_collection() struct
219 a: A, in nested_out_of_order_collection()
220 inner: Vec<InnerCollection>, in nested_out_of_order_collection()
342 struct OuterCollection { in nested_collection_repeated_elements() struct
343 a: Vec<A>, in nested_collection_repeated_elements()
344 inner: Inner, in nested_collection_repeated_elements()