[][src]Trait askama_escape::Escaper

pub trait Escaper {
    fn write_escaped<W>(&self, fmt: W, string: &str) -> Result
    where
        W: Write
; }

Required methods

fn write_escaped<W>(&self, fmt: W, string: &str) -> Result where
    W: Write

Loading content...

Implementors

impl Escaper for Html[src]

impl Escaper for Text[src]

Loading content...