pub fn write_sql_backslash<W: Write>(out: &mut W, input: &str) -> Result
writes the MySQL-backslash-encoded form of input to out.
input
out
see for_sql_backslash for encoding rules.
for_sql_backslash