Struct debian_packaging::deb::reader::DataTarReader
source · [−]pub struct DataTarReader { /* private fields */ }Expand description
A reader for data.tar files.
Implementations
Obtain the inner async_tar::Archive to which this instance is bound.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataTarReader
impl !Send for DataTarReader
impl !Sync for DataTarReader
impl Unpin for DataTarReader
impl UnwindSafe for DataTarReader
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