icu_calendar::any_calendar

Macro match_cal_and_date

source
macro_rules! match_cal_and_date {
    (match ($cal:ident, $date:ident): ($cal_matched:ident, $date_matched:ident) => $e:expr) => { ... };
}