Macro paste::expr

source ·
macro_rules! expr {
    ($($proc_macro:tt)*) => { ... };
}
Expand description

Paste identifiers within a macro invocation that expands to an expression.