Trait tera::Filter

source ·
pub trait Filter: Sync + Send {
    fn filter(
        &self,
        value: &Value,
        args: &HashMap<String, Value>
    ) -> Result<Value>; }
Expand description

The filter function type definition

Required Methods§

The filter function type definition

Implementors§