Function postgres_protocol::types::path_to_sql
[−]
[src]
pub fn path_to_sql<I>(
closed: bool,
points: I,
buf: &mut Vec<u8>
) -> Result<(), StdBox<Error + Sync + Send>> where
I: IntoIterator<Item = (f64, f64)>,
Serializes a Postgres path.