Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/de/
Dtable.rs118 pub(crate) struct TableMapAccess { struct
124 impl TableMapAccess { impl
134 impl<'de> serde::de::MapAccess<'de> for TableMapAccess { implementation
182 impl<'de> serde::de::EnumAccess<'de> for TableMapAccess { implementation