func github.com/jackc/pgx/v5.AppendRows

2 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L437: func AppendRows[T any, S ~[]T](slice S, rows Rows, fn RowToFunc[T]) (S, error) {
		rows.go#L459: 	return AppendRows([]T{}, rows, fn)