pub trait PolylineOps { // Required methods fn rev(&self) -> Polyline; fn concat(&self, other: &Polyline) -> Polyline; }