Type Alias PosixTimeZoneOwned

Source
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ยง

#[repr(align(8))]
pub(crate) struct PosixTimeZoneOwned { /* private fields */ }