Macro mashup::mashup

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

A working stable concat_idents.

Refer to the crate-level documentation.