macro_rules! substitution {
() => { ... };
($($var:ident : $val:expr),*) => { ... };
}Expand description
Construct a substitution
macro_rules! substitution {
() => { ... };
($($var:ident : $val:expr),*) => { ... };
}Construct a substitution