Function postgres_protocol::types::varbit_to_sql
source ยท pub fn varbit_to_sql<I>(
len: usize,
v: I,
buf: &mut BytesMut,
) -> Result<(), Box<dyn Error + Sync + Send>>
Expand description
Serializes a VARBIT
or BIT
value.