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

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

Trait to put the structure method on Tables.

Required Methods

Returns an iterator over the structure of this table.

Implementors