menu

Macro menu 

Source
macro_rules! menu {
    ($title:expr, $hotkey:expr, $($item:expr),* $(,)?) => { ... };
}