incrust::renderer::filter
pub struct Unescape;
impl Debug for Unescape
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Filter for Unescape
fn filter(&self, value: Option<String>, context: &Context, env: &Incrust) -> FilterResult