write_shell_escaped_single_quoted

Function write_shell_escaped_single_quoted 

Source
fn write_shell_escaped_single_quoted<W>(f: &mut W, s: &str) -> Result
where W: Write,
Expand description

Writes an escaped version of the passed string to the writer.