Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Dencode.rs334 style: Option<StringStyle>, in to_string_repr()
383 impl StringStyle { impl
420 fn infer_style(value: &str) -> (StringStyle, bool) { in infer_style()