[−][src]Function json_rules_engine::and
pub fn and(and: Vec<Condition>) -> Condition
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