geo_core/
geometry.rs

1pub trait Geometry {
2    fn describe(&self) -> String;
3}