Postgrex.Box (Postgrex v0.15.8) View Source
Struct for PostgreSQL box.
Fields
upper_rightbottom_left
Link to this section Summary
Link to this section Types
Specs
t() :: %Postgrex.Box{
bottom_left: Postgrex.Point.t(),
upper_right: Postgrex.Point.t()
}