Function postgres_protocol::types::path_to_sql
source ยท pub fn path_to_sql<I>(
closed: bool,
points: I,
buf: &mut BytesMut,
) -> Result<(), Box<dyn Error + Sync + Send>>
Expand description
Serializes a Postgres path.