Function postgres_protocol::types::inet_to_sql
source · pub fn inet_to_sql(addr: IpAddr, netmask: u8, buf: &mut BytesMut)Expand description
Serializes a Postgres inet.
pub fn inet_to_sql(addr: IpAddr, netmask: u8, buf: &mut BytesMut)Serializes a Postgres inet.