jiff::tz::tzif

Type Alias TzifStatic

Source
pub(crate) type TzifStatic = Tzif<&'static str, &'static str, &'static [TzifLocalTimeType], &'static [i64], &'static [TzifDateTime], &'static [TzifDateTime], &'static [TzifTransitionInfo]>;
Expand description

The static variant of Tzif.

Aliased Type§

struct TzifStatic { /* private fields */ }