Struct for Postgres line segment.
point1
point2
t :: %Postgrex.LineSegment{point1: Postgrex.Point.t, point2: Postgrex.Point.t}