Function postgres_protocol::types::point_to_sql
source ยท pub fn point_to_sql(x: f64, y: f64, buf: &mut BytesMut)
Expand description
Serializes a point value.
pub fn point_to_sql(x: f64, y: f64, buf: &mut BytesMut)
Serializes a point value.