pub fn holidays_in_year(
    year: i32
) -> impl Iterator<Item = (Holiday, Date<Tz>)> + Clone