Type Definition tera::FilterFn

source ·
pub type FilterFn = fn(_: Value, _: HashMap<String, Value>) -> Result<Value>;
Expand description

The filter function type definition