Struct debian_packaging::deb::reader::BinaryPackageReader
source · [−]pub struct BinaryPackageReader<R: Read> { /* private fields */ }Expand description
A reader of .deb files.
A .deb binary package file is an ar archive with 3 entries:
debian-binaryholding the version of the binary package format.control.tarholding package metadata.data.tar[.<ext>]holding file content.
Implementations
Obtain the next entry from the underlying ar archive.
The entry will be converted to an enum that richly represents its content.
Auto Trait Implementations
impl<R> RefUnwindSafe for BinaryPackageReader<R> where
R: RefUnwindSafe,
impl<R> Send for BinaryPackageReader<R> where
R: Send,
impl<R> Sync for BinaryPackageReader<R> where
R: Sync,
impl<R> Unpin for BinaryPackageReader<R> where
R: Unpin,
impl<R> UnwindSafe for BinaryPackageReader<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more