[−][src]Trait parse_zoneinfo::transitions::TableTransitions
Trait to put the timespans method on Tables.
Required methods
fn timespans(&self, zone_name: &str) -> Option<FixedTimespanSet>
Computes a fixed timespan set for the timezone with the given name.
Returns None if the table doesn’t contain a time zone with that name.