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#L245: 		if _, ok := target.(TimestampScanner); ok {
		timestamp.go#L249: 		if _, ok := target.(TimestampScanner); ok {
		timestamp.go#L260: 	scanner := (dst).(TimestampScanner)
		timestamp.go#L295: 	scanner := (dst).(TimestampScanner)