Home
last modified time | relevance | path

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

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