Home
last modified time | relevance | path

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

/external/rust/crates/serde_json/src/
Dser.rs23 Serializer::with_formatter(writer, CompactFormatter) in new()
34 Serializer::with_formatter(writer, PrettyFormatter::new()) in pretty()
46 pub fn with_formatter(writer: W, formatter: F) -> Self { in with_formatter() function