[][src]Function json_rules_engine::at_least

pub fn at_least(
    should_minimum_meet: usize,
    conditions: Vec<Condition>
) -> Condition

Creates a Rule where n child Rules must be Met

  • If >= n are Met, the result will be Met, otherwise it'll be NotMet