Struct postgres_protocol::types::Box
[−]
[src]
pub struct Box { /* fields omitted */ }
A Postgres box.
Methods
impl Box
[src]
fn upper_right(&self) -> Point
[src]
Returns the upper right corner of the box.
fn lower_left(&self) -> Point
[src]
Returns the lower left corner of the box.