postgres_protocol::types

Function varbit_from_sql

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

Deserializes a VARBIT or BIT value.