Struct osm_xml::OSM [] [src]

pub struct OSM {
    pub bounds: Option<Bounds>,
    pub nodes: Vec<Node>,
    pub ways: Vec<Way>,
    pub relations: Vec<Relation>,
}

Fields

Methods

impl OSM
[src]

Trait Implementations

impl Debug for OSM
[src]

Formats the value using the given formatter.