macro_rules! subst {
($src:tt, $dst:expr_2021) => { ... };
}Expand description
Auxiliary macro which substitutes $src token by $dst expression.
macro_rules! subst {
($src:tt, $dst:expr_2021) => { ... };
}Auxiliary macro which substitutes $src token by $dst expression.