Function postgres_protocol::types::hstore_from_sql

source ·
pub fn hstore_from_sql(
    buf: &[u8]
) -> Result<HstoreEntries<'_>, Box<dyn Error + Sync + Send>>
Expand description

Deserializes an HSTORE value.