pub fn and(and: Vec<Condition>) -> ConditionExpand description
Creates a Rule where all child Rules must be Met
- If any are
NotMet, the result will beNotMet - If the results contain only
MetandUnknown, the result will beUnknown - Only results in
Metif all children areMet