askama_escape

Function escape

Source
pub fn escape<E>(string: &str, escaper: E) -> Escaped<'_, E>
where E: Escaper,