Struct postgres_protocol::types::Box
source · pub struct Box { /* private fields */ }
Expand description
A Postgres box.
Implementations§
source§impl Box
impl Box
sourcepub fn upper_right(&self) -> Point
pub fn upper_right(&self) -> Point
Returns the upper right corner of the box.
sourcepub fn lower_left(&self) -> Point
pub fn lower_left(&self) -> Point
Returns the lower left corner of the box.