Home
last modified time | relevance | path

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

/external/rust/crates/serde_json/src/
Dser.rs1775 fn write_char_escape<W>(&mut self, writer: &mut W, char_escape: CharEscape) -> io::Result<()> in write_char_escape() method
2101 tri!(formatter.write_char_escape(writer, char_escape));