Macro icu_calendar::any_calendar::match_cal_and_date

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