pub fn use_calendar_with_options(
options: UseCalendarOptions,
) -> UseCalendarReturn<impl Fn() + Clone + Send + Sync, impl Fn() + Clone + Send + Sync, impl Fn(&NaiveDate) + Clone + Send + Sync, impl Fn() + Clone + Send + Sync>Expand description
Version of use_calendar that takes a UseCalendarOptions. See use_calendar for how to use.