rocket_dyn_templates::handlebars

Trait JsonTruthy

Source
pub trait JsonTruthy {
    // Required method
    fn is_truthy(&self, include_zero: bool) -> bool;
}

Required Methods§

Source

fn is_truthy(&self, include_zero: bool) -> bool

Implementors§