Function postgres_protocol::types::array_from_sql

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

Deserializes an array value.