MCPcopy Create free account
hub / github.com/archlinux/alpm / into_inner

Method into_inner

alpm-package/src/package.rs:314–316  ·  view source on GitHub ↗

Return the inner [`TarballEntries`] iterator at the current iteration position.

(self)

Source from the content-addressed store, hash-verified

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 ///

Calls

no outgoing calls

Tested by 3

package_entry_iteratorFunction · 0.36