Macro mashup::mashup [−][src]
macro_rules! mashup {
($($mashup : tt) *) => { ... };
}Expand description
A working stable concat_idents.
Refer to the crate-level documentation.
macro_rules! mashup {
($($mashup : tt) *) => { ... };
}A working stable concat_idents.
Refer to the crate-level documentation.