type github.com/jackc/pgx/v5.RowScanner

2 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L87: type RowScanner interface {
		rows.go#L247: 		if rc, ok := dest[0].(RowScanner); ok {