Trait rocket_dyn_templates::handlebars::JsonTruthy
source · pub trait JsonTruthy {
// Required method
fn is_truthy(&self, include_zero: bool) -> bool;
}
pub trait JsonTruthy {
// Required method
fn is_truthy(&self, include_zero: bool) -> bool;
}