Trait icu_datetime::neo_marker::AllInputMarkers

source ·
pub trait AllInputMarkers<R: DateTimeMarkers>: NeoGetField<<R::D as DateInputMarkers>::YearInput> + NeoGetField<<R::D as DateInputMarkers>::MonthInput> + NeoGetField<<R::D as DateInputMarkers>::DayOfMonthInput> + NeoGetField<<R::D as DateInputMarkers>::DayOfWeekInput> + NeoGetField<<R::D as DateInputMarkers>::DayOfYearInput> + NeoGetField<<R::D as DateInputMarkers>::AnyCalendarKindInput> + NeoGetField<<R::T as TimeMarkers>::HourInput> + NeoGetField<<R::T as TimeMarkers>::MinuteInput> + NeoGetField<<R::T as TimeMarkers>::SecondInput> + NeoGetField<<R::T as TimeMarkers>::NanoSecondInput> + NeoGetField<<R::Z as ZoneMarkers>::TimeZoneOffsetInput> + NeoGetField<<R::Z as ZoneMarkers>::TimeZoneIdInput> + NeoGetField<<R::Z as ZoneMarkers>::TimeZoneMetazoneInput> + NeoGetField<<R::Z as ZoneMarkers>::TimeZoneVariantInput>{ }
Expand description

Trait to consolidate input markers.

Implementors§