pub type Constraint = (TypeConstraintCommand, Vec<CommandArg>);Expand description
A single constraint command and its typed arguments.
pub type Constraint = (TypeConstraintCommand, Vec<CommandArg>);A single constraint command and its typed arguments.