Searched refs:from_weekday_of_month_opt (Results 1 – 1 of 1) sorted by relevance
451 NaiveDate::from_weekday_of_month_opt(year, month, weekday, n).expect("out-of-range date") in from_weekday_of_month()466 pub fn from_weekday_of_month_opt( in from_weekday_of_month_opt() method2047 let ymwd = |y, m, w, n| NaiveDate::from_weekday_of_month_opt(y, m, w, n); in test_date_from_weekday_of_month_opt()