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

Method fmt

alpm-package/src/package.rs:290–298  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

288
289impl Debug for PackageEntryIterator<'_, '_> {
290 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
291 f.debug_struct("PackageEntryIterator")
292 .field("entries", &"TarballEntries")
293 .field("found_buildinfo", &self.found_buildinfo)
294 .field("found_mtree", &self.found_mtree)
295 .field("found_pkginfo", &self.found_pkginfo)
296 .field("checked_install_scriptlet", &self.checked_install_scriptlet)
297 .finish()
298 }
299}
300
301impl<'a, 'c> PackageEntryIterator<'a, 'c> {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected