Conjunction

Type Alias Conjunction 

Source
pub type Conjunction = Vec<Constraint>;
Expand description

A conjunction of constraints: true if all are true.

Aliased Typeยง

pub struct Conjunction { /* private fields */ }