type github.com/jackc/pgx/v5/pgtype.BitsValuer

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L15: type BitsValuer interface {
		bits.go#L76: 	if _, ok := value.(BitsValuer); !ok {
		bits.go#L93: 	bits, err := value.(BitsValuer).BitsValue()
		bits.go#L109: 	bits, err := value.(BitsValuer).BitsValue()