Function tinytemplate_async::escape
source · pub fn escape(value: &str, output: &mut String)
Expand description
Appends value
to output
, performing HTML-escaping in the process.
pub fn escape(value: &str, output: &mut String)
Appends value
to output
, performing HTML-escaping in the process.