[−][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 beMet - If the results contain only
NotMetandUnknown, the result will beUnknown - Only results in
NotMetif all children areNotMet