Struct geoq_wkt::Wkt[][src]

pub struct Wkt<T = f64> where
    T: CoordType
{ pub items: Vec<Geometry<T>>, }

Fields

Methods

impl<T: CoordType> Wkt<T>
[src]

Auto Trait Implementations

impl<T> Send for Wkt<T> where
    T: Send

impl<T> Sync for Wkt<T> where
    T: Sync