Set statistics.
(mut self, stats: UnrecordStats)
| 291 | |
| 292 | /// Set statistics. |
| 293 | pub fn with_stats(mut self, stats: UnrecordStats) -> Self { |
| 294 | self.stats = stats; |
| 295 | self |
| 296 | } |
| 297 | |
| 298 | /// Get the number of changes unrecorded. |
| 299 | pub fn count(&self) -> usize { |