Struct for PostgreSQL lseg.
lseg
point1
point2
@type t() :: %Postgrex.LineSegment{ point1: Postgrex.Point.t(), point2: Postgrex.Point.t() }