pub struct ZipFs<T: Read + Seek> { /* private fields */ }
Expand description
Zip archive store.
§Remarks
When used with a std::fs::File
, the file will remain open for the lifetime
of the Zip.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for ZipFs<T>
impl<T> !RefUnwindSafe for ZipFs<T>
impl<T> Send for ZipFs<T>where
T: Send,
impl<T> !Sync for ZipFs<T>
impl<T> Unpin for ZipFs<T>where
T: Unpin,
impl<T> UnwindSafe for ZipFs<T>where
T: UnwindSafe,
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