[−][src]Function json_rules_engine::int_in_range
pub fn int_in_range(field: &str, start: i64, end: i64) -> Condition
Creates a rule for int range comparison with the interval [start, end]
.
If the checked value is not convertible to an integer, the result is NotMet