[][src]Trait parse_zoneinfo::structure::Structure

pub trait Structure {
    fn structure(&self) -> TableStructure;
}

Trait to put the structure method on Tables.

Required methods

fn structure(&self) -> TableStructure

Returns an iterator over the structure of this table.

Loading content...

Implementors

impl Structure for Table[src]

Loading content...