Crate duckdb_bitstring

Source

Structs§

Bitstring
Type representing a bitstring that can be converted to a DuckDB BIT type (or the other way around). Under the hood this is just a wrapper for bit_vec::BitVec with the necessary traits (FromSql/ToSql) implemented. Use Bitstring::from to obtain a Bitstring from an owned or borrowed bit_vec::BitVec.

Enums§

BitstringError