Skip to main content

write_python_raw_string

Function write_python_raw_string 

Source
pub fn write_python_raw_string<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the python-raw-string-encoded form of input to out.

see for_python_raw_string for encoding rules.