pub fn gte(attribute: &str, value: Value) -> FilterDirectiveExpand 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) -> FilterDirectiveCreate a greater-than-or-equal comparison
attribute - The attribute to comparevalue - The value to compare to