Trait parse_zoneinfo::structure::Structure
[−]
[src]
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.
Implementors
impl Structure for Table