Function postgres_protocol::types::text_from_sql
source · pub fn text_from_sql(
buf: &[u8]
) -> Result<&str, StdBox<dyn Error + Sync + Send>>Expand description
Deserializes a TEXT, VARCHAR, CHAR(n), NAME, or CITEXT value.