pub struct ArchiveMember<'data> { /* fields omitted */ }
Expand description
A partially parsed archive member.
Return the parsed file name.
This may be an extended file name.
Parse the file modification timestamp from the header.
Parse the user ID from the header.
Parse the group ID from the header.
Parse the file mode from the header.
Return the offset and size of the file data.
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.