BIT

Constant BIT 

Source
pub const BIT: TypeMarker;
Expand description

Specifies a BIT column type.

BIT stores fixed-length bit strings. Requires the bit-vec feature.

See: https://www.postgresql.org/docs/current/datatype-bit.html