Struct postgres_protocol::types::Path
[−]
[src]
pub struct Path<'a> { /* fields omitted */ }
A Postgres point.
Methods
impl<'a> Path<'a>
[src]
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.