Skip to main content

write_sql_backslash

Function write_sql_backslash 

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

writes the MySQL-backslash-encoded form of input to out.

see for_sql_backslash for encoding rules.