Trait geo::ToGeo [] [src]

pub trait ToGeo {
    fn to_geo(&self) -> Geometry;
}

Required Methods

fn to_geo(&self) -> Geometry

Implementors