macro_rules! holiday { ($name:expr, $month:expr, $day:expr) => { ... }; ($name:expr, $nth:expr, $weekday:expr, $month:expr) => { ... }; }
Macro to create Holiday