[−][src]Function serde_hjson::ser::escape_key
pub fn escape_key<W>(wr: &mut W, value: &str) -> Result<()> where
W: Write,
Serializes and escapes a &str
into a Hjson key.
pub fn escape_key<W>(wr: &mut W, value: &str) -> Result<()> where
W: Write,
Serializes and escapes a &str
into a Hjson key.