Postgrex v0.14.0-rc.1 Postgrex.Box View Source
Struct for Postgres rectangular box.
Fields
upper_right
bottom_left
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Postgrex.Box{ bottom_left: Postgrex.Point.t(), upper_right: Postgrex.Point.t() }