pub fn ne(attribute: &str, value: Value) -> FilterDirective
Expand description
Create a not-equal comparison
ยงArguments
attribute
- The attribute to comparevalue
- The value to compare to
pub fn ne(attribute: &str, value: Value) -> FilterDirective
Create a not-equal comparison
attribute
- The attribute to comparevalue
- The value to compare to