1
2
3
4
5
6
pub use ::Geometry;


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