[]Macro sodaq_one::paste::expr

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

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