pub fn and<Var, Value>(
cs: Vec<Box<dyn Constraint<Var, Value>>>,
) -> Box<dyn Constraint<Var, Value>>Expand description
Creates a conjunction constraint that requires all sub-constraints to be satisfied.
pub fn and<Var, Value>(
cs: Vec<Box<dyn Constraint<Var, Value>>>,
) -> Box<dyn Constraint<Var, Value>>Creates a conjunction constraint that requires all sub-constraints to be satisfied.