Function write_part_of_string

Source
pub fn write_part_of_string(output_buffer: &mut String, input: &str)
Expand description

Escapes input and appends result to output buffer without adding quotes.