pub(crate) type TzifOwned = Tzif<String, ArrayStr<ABBREVIATION_MAX>, Vec<TzifLocalTimeType>, Vec<i64>, Vec<TzifDateTime>, Vec<TzifDateTime>, Vec<TzifTransitionInfo>>;
Expand description
The owned variant of Tzif
.
Aliased Typeยง
#[repr(align(8))]pub(crate) struct TzifOwned { /* private fields */ }