compound

Macro compound 

Source
macro_rules! compound {
    ($($key:expr => $value:expr),*) => { ... };
}