Trait rocket_dyn_templates::tera::Test
source · pub trait Test: Sync + Send {
// Required method
fn test(&self, value: Option<&Value>, args: &[Value]) -> Result<bool, Error>;
}
Expand description
The tester function type definition