Struct wkt::types::GeometryCollection [] [src]

pub struct GeometryCollection(pub Vec<Geometry>);

Methods

impl GeometryCollection
[src]

Trait Implementations

impl Default for GeometryCollection
[src]

Returns the "default value" for a type. Read more