Struct Path
postgres_protocol::types
pub struct Path<'a> { /* fields omitted */ }
A Postgres point.
impl<'a> Path<'a>
fn closed(&self) -> bool
Determines if the path is closed or open.
fn points(&self) -> PathPoints<'a>
Returns an iterator over the points in the path.