Searched refs:with_formatter (Results 1 – 1 of 1) sorted by relevance
23 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