constraints

Macro constraints 

Source
macro_rules! constraints {
    ( $ ( $ x : expr ) , * ) => { ... };
    ( $ ( $ x : expr , ) * ) => { ... };
}
Expand description

Used to specify a list of constraints.