Function postgres_protocol::types::varbit_to_sql
[−]
[src]
pub fn varbit_to_sql<I>(
len: usize,
v: I,
buf: &mut Vec<u8>
) -> Result<(), StdBox<Error + Sync + Send>> where
I: Iterator<Item = u8>,
Serializes a VARBIT
or BIT
value.