Home
last modified time | relevance | path

Searched refs:with_struct_key_validation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/de/
Dtable_enum.rs182 super::ValueDeserializer::new(self.value).with_struct_key_validation(), in struct_variant()
Dvalue.rs46 pub(crate) fn with_struct_key_validation(mut self) -> Self { in with_struct_key_validation() method