Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dserde.rs765 struct CanBeEmpty { struct
773 let value: BTreeMap<String, CanBeEmpty> = toml::from_str(text).unwrap(); in table_structs_empty() argument