Macro mashup::mashup[][src]

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

A working stable concat_idents.

Refer to the crate-level documentation.