Type Definition tera::TesterFn

source ·
pub type TesterFn = fn(_: Option<Value>, _: Vec<Value>) -> Result<bool>;
Expand description

The tester function type definition