Function handlebars::no_escape
source · pub fn no_escape(data: &str) -> StringExpand description
EscapeFn that does not change anything. Useful when using in a non-html
environment.
pub fn no_escape(data: &str) -> StringEscapeFn that does not change anything. Useful when using in a non-html
environment.