[][src]Function postgres_protocol::types::varbit_to_sql

pub fn varbit_to_sql<I>(
    len: usize,
    v: I,
    buf: &mut BytesMut
) -> Result<(), StdBox<dyn Error + Sync + Send>> where
    I: Iterator<Item = u8>, 

Serializes a VARBIT or BIT value.