macro_rules! expr {
($($proc_macro:tt)*) => { ... };
}
Expand description
Paste identifiers within a macro invocation that expands to an expression.
macro_rules! expr {
($($proc_macro:tt)*) => { ... };
}
Paste identifiers within a macro invocation that expands to an expression.