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

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L22: type DriverBytes []byte
		bytea.go#L24: func (b *DriverBytes) ScanBytes(v []byte) error {

	github.com/jackc/pgx/v5
		rows.go#L103: 		if _, ok := d.(*pgtype.DriverBytes); ok {