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

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		uuid.go#L10: type UUIDScanner interface {
		uuid.go#L197: 		case UUIDScanner:
		uuid.go#L203: 		if _, ok := target.(UUIDScanner); ok {
		uuid.go#L214: 	scanner := (dst).(UUIDScanner)
		uuid.go#L252: 	scanner := (dst).(UUIDScanner)