Trait icu_datetime::date::ZonedDateTimeInput[][src]

pub trait ZonedDateTimeInput: TimeZoneInput + DateTimeInput { }

A combination of a formattable calendar date, ISO time, and time zone.

Implementors

impl<T> ZonedDateTimeInput for T where
    T: TimeZoneInput + DateTimeInput
[src]

Loading content...