macro_rules! constraints {
( $ ( $ x : expr ) , * ) => { ... };
( $ ( $ x : expr , ) * ) => { ... };
}Expand description
Used to specify a list of constraints.
macro_rules! constraints {
( $ ( $ x : expr ) , * ) => { ... };
( $ ( $ x : expr , ) * ) => { ... };
}Used to specify a list of constraints.