macro_rules! button {
    ($($part:expr),* $(,)?) => { ... };
}