pub type Conjunction = Vec<Constraint>;Expand description
A conjunction of constraints: true if all are true.
Aliased Typeยง
pub struct Conjunction { /* private fields */ }pub type Conjunction = Vec<Constraint>;A conjunction of constraints: true if all are true.
pub struct Conjunction { /* private fields */ }