Return the inner [`TarballEntries`] iterator at the current iteration position.
(self)
| 312 | |
| 313 | /// Return the inner [`TarballEntries`] iterator at the current iteration position. |
| 314 | pub fn into_inner(self) -> TarballEntries<'a, 'c> { |
| 315 | self.entries |
| 316 | } |
| 317 | |
| 318 | /// Checks whether all variants of [`PackageEntry`] have been found. |
| 319 | /// |
no outgoing calls