Update the cursor assuming that the current location has been removed.
(&mut self)
| 179 | |
| 180 | /// Update the cursor assuming that the current location has been removed. |
| 181 | fn remove_current(&mut self) { |
| 182 | self.attempts = MAX_FAILED_ATTEMPTS_FOR_STREAM; |
| 183 | // The next location has been shifted forward as a result of the removal, so there is no |
| 184 | // need to update the cursor. |
| 185 | } |
| 186 | |
| 187 | /// Update the cursor assuming that the current location has been removed. |
| 188 | fn skip_current(&mut self) { |