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