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

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L19: type TimestampScanner interface {
		timestamp.go#L246: 		case TimestampScanner:
		timestamp.go#L251: 		case TimestampScanner:
		timestamp.go#L262: 	scanner := (dst).(TimestampScanner)
		timestamp.go#L297: 	scanner := (dst).(TimestampScanner)