pub type LineString = Vec<Point>;
Definition of a LineString
struct LineString { /* private fields */ }