func github.com/go-pg/pg/v10/types.HstoreScanner

3 uses

	github.com/go-pg/pg/v10/types (current package)
		hstore.go#L38: 		scan:   HstoreScanner(typ),
		hstore_scan.go#L8: func HstoreScanner(typ reflect.Type) ScannerFunc {

	github.com/go-pg/pg/v10/orm
		table.go#L476: 		field.scan = types.HstoreScanner(f.Type)