Struct incrust::renderer::filter::Escape [] [src]

pub struct Escape;

Trait Implementations

impl Debug for Escape
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Filter for Escape
[src]

fn filter(&self, value: Option<String>, context: &Context, env: &Incrust) -> FilterResult