Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dmapping.rs268 struct HashLikeValue<'a>(&'a str); struct
270 impl<'a> indexmap::Equivalent<Value> for HashLikeValue<'a> { implementation
280 impl<'a> Hash for HashLikeValue<'a> { implementation