postgres_protocol::types
pub struct Varbit<'a> { /* fields omitted */ }
A VARBIT value.
VARBIT
impl<'a> Varbit<'a>
fn len(&self) -> usize
Returns the number of bits.
fn bytes(&self) -> &'a [u8]
Returns the bits as a slice of bytes.