[−][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
>= nareMet, the result will beMet, otherwise it'll beNotMet