macro_rules! mandatory_constraints {
{
$($p:expr => $c:expr),* $(,)?
} => { ... };
}
Expand description
A convenience macro for defining “mandatory” constraints.
macro_rules! mandatory_constraints {
{
$($p:expr => $c:expr),* $(,)?
} => { ... };
}
A convenience macro for defining “mandatory” constraints.