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

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L11: type BitsScanner interface {
		bits.go#L133: 		if _, ok := target.(BitsScanner); ok {
		bits.go#L137: 		if _, ok := target.(BitsScanner); ok {
		bits.go#L165: 	scanner := (dst).(BitsScanner)
		bits.go#L186: 	scanner := (dst).(BitsScanner)