pub(crate) type PosixTimeZoneOwned = PosixTimeZone<ArrayStr<ABBREVIATION_MAX>>;
Expand description
An owned POSIX time zone.
That is, a POSIX time zone whose abbreviations are inlined into the
representation. As opposed to a static POSIX time zone whose abbreviations
are &'static str
.
Aliased Type§
struct PosixTimeZoneOwned { /* private fields */ }