pub type LineString = Vec<Point>;
A LineString column: an open sequence of points (Array(Point)).
LineString
Array(Point)
pub struct LineString { /* private fields */ }