Trait icu::calendar::AsCalendar
source · [−]pub trait AsCalendar {
type Calendar: Calendar;
fn as_calendar(&self) -> &Self::Calendar;
}
Expand description
Types that contain a calendar
This allows one to use Date
with wrappers around calendars,
e.g. reference counted calendars.
Associated Types
Required methods
fn as_calendar(&self) -> &Self::Calendar
fn as_calendar(&self) -> &Self::Calendar
Obtain the inner calendar