Struct tar_no_std::TarArchive [−][src]
pub struct TarArchive<'a> { /* fields omitted */ }
Expand description
Wrapper type around the bytes, which represents an archive.
Implementations
pub const fn entries(&self) -> ArchiveIterator<'_>ⓘNotable traits for ArchiveIterator<'a>impl<'a> Iterator for ArchiveIterator<'a> type Item = ArchiveEntry<'a>;
pub const fn entries(&self) -> ArchiveIterator<'_>ⓘNotable traits for ArchiveIterator<'a>impl<'a> Iterator for ArchiveIterator<'a> type Item = ArchiveEntry<'a>;
Notable traits for ArchiveIterator<'a>
impl<'a> Iterator for ArchiveIterator<'a> type Item = ArchiveEntry<'a>;
Iterates over all entries of the TAR Archive.
Returns items of type ArchiveEntry
.