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