Turn `self` into an iterator which pairs the log format version of the current segment with the [`Commit`].
(self)
| 854 | /// Turn `self` into an iterator which pairs the log format version of the |
| 855 | /// current segment with the [`Commit`]. |
| 856 | pub fn with_log_format_version(self) -> CommitsWithVersion<R> { |
| 857 | CommitsWithVersion { inner: self } |
| 858 | } |
| 859 | |
| 860 | /// Advance the current-segment iterator to yield the next commit. |
| 861 | /// |
no outgoing calls
no test coverage detected