Macro mashup::mashup[][src]

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

A working stable concat_idents.

Refer to the crate-level documentation.