Trait geoq_wkt::ToGeo[][src]

pub trait ToGeo<T: CoordinateType> {
    fn to_geo(&self) -> Result<Geometry<T>, &'static str>;
}

Required Methods

Implementors