[][src]Function json_rules_engine::or

pub fn or(or: Vec<Condition>) -> Condition

Creates a Rule where any child Rule must be Met

  • If any are Met, the result will be Met
  • If the results contain only NotMet and Unknown, the result will be Unknown
  • Only results in NotMet if all children are NotMet