Skip to main content

write_js_template

Function write_js_template 

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

writes the template-literal-encoded form of input to out.

see for_js_template for encoding rules.