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

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamptz.go#L26: type TimestamptzScanner interface {
		timestamptz.go#L236: 		if _, ok := target.(TimestamptzScanner); ok {
		timestamptz.go#L240: 		if _, ok := target.(TimestamptzScanner); ok {
		timestamptz.go#L251: 	scanner := (dst).(TimestamptzScanner)
		timestamptz.go#L286: 	scanner := (dst).(TimestamptzScanner)