pub fn path_to_sql<I>(
    closed: bool,
    points: I,
    buf: &mut BytesMut
) -> Result<(), StdBox<dyn Error + Sync + Send>>where
    I: IntoIterator<Item = (f64, f64)>,
Expand description

Serializes a Postgres path.