Trait geo::ToGeo [] [src]

pub trait ToGeo<T: Float> {
    fn to_geo(&self) -> Geometry<T>;
}

Required Methods

Implementors