Struct debarchive::Archive[][src]

pub struct Archive<'a> { /* fields omitted */ }

Implementations

The path given must be a valid Debian ar archive. It will be scanned to verify that the inner data.tar and control.tar entries are reachable, and records their position.

Enables the caller to process entries from the inner control archive.

Unpacks the inner control archive to the given path.

Enables the caller to process entries from the inner data archive.

Unpacks the inner data archive to the given path.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.