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

6 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		hstore.go#L13: type HstoreScanner interface {
		hstore.go#L170: 		case HstoreScanner:
		hstore.go#L175: 		case HstoreScanner:
		hstore.go#L186: 	scanner := (dst).(HstoreScanner)
		hstore.go#L247: 	scanner := (dst).(HstoreScanner)
		hstore.go#L256: func (scanPlanTextAnyToHstoreScanner) scanString(src string, scanner HstoreScanner) error {