Function use_calendar_with_options

Source
pub fn use_calendar_with_options(
    options: UseCalendarOptions,
) -> UseCalendarReturn<impl Fn() + Clone + Send + Sync, impl Fn() + 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.