Struct postgres_protocol::types::Path [] [src]

pub struct Path<'a> { /* fields omitted */ }

A Postgres point.

Methods

impl<'a> Path<'a>
[src]

[src]

Determines if the path is closed or open.

[src]

Returns an iterator over the points in the path.