pub struct DataTarReader { /* private fields */ }Expand description
A reader for data.tar files.
Implementations§
Source§impl DataTarReader
impl DataTarReader
Sourcepub fn into_inner(self) -> Archive<Box<dyn AsyncRead + Unpin>>
pub fn into_inner(self) -> Archive<Box<dyn AsyncRead + Unpin>>
Obtain the inner async_tar::Archive to which this instance is bound.
Trait Implementations§
Source§impl Deref for DataTarReader
impl Deref for DataTarReader
Auto Trait Implementations§
impl Freeze for DataTarReader
impl RefUnwindSafe for DataTarReader
impl !Send for DataTarReader
impl !Sync for DataTarReader
impl Unpin for DataTarReader
impl UnwindSafe for DataTarReader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more