Macro mandatory_constraints

Source
macro_rules! mandatory_constraints {
    {
        $($p:expr => $c:expr),* $(,)?
    } => { ... };
}
Expand description

A convenience macro for defining “mandatory” constraints.