Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dser.rs309 struct InferScalarStyle; in serialize_str() struct
311 impl<'de> Visitor<'de> for InferScalarStyle { in serialize_str() implementation