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

pub struct Unescape;

Trait Implementations

impl Debug for Unescape
[src]

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

Formats the value using the given formatter.

impl Filter for Unescape
[src]

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