Type Definition tera::FilterFn[][src]

type FilterFn = fn(_: Value, _: HashMap<String, Value>) -> Result<Value>;

The filter function type definition