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

Deserializes a VARBIT or BIT value.