Struct wkt::Wkt [] [src]

pub struct Wkt {
    pub items: Vec<Geometry>,
}

Fields

items: Vec<Geometry>