Trait zoneinfo_compiled::CompiledData[][src]

pub trait CompiledData {
    fn parse(input: Vec<u8>) -> Result<TimeZone>;

    fn from_file<P: AsRef<Path>>(path: P) -> Result<TimeZone> { ... }
}

Required methods

fn parse(input: Vec<u8>) -> Result<TimeZone>[src]

Loading content...

Provided methods

fn from_file<P: AsRef<Path>>(path: P) -> Result<TimeZone>[src]

Loading content...

Implementations on Foreign Types

impl CompiledData for TimeZone[src]

Loading content...

Implementors

Loading content...