Function postgres_protocol::types::hstore_to_sql

source ·
pub fn hstore_to_sql<'a, I>(
    values: I,
    buf: &mut BytesMut
) -> Result<(), Box<dyn Error + Sync + Send>>
where I: IntoIterator<Item = (&'a str, Option<&'a str>)>,
Expand description

Serializes an HSTORE value.