Trait HasZipMetadata
trait HasZipMetadata
A trait for exposing file metadata inside the zip.
Required Methods
fn get_metadata(self: &Self) -> &ZipFileDataGet the file metadata
Implementors
impl<R> HasZipMetadata for ZipFileSeek<'_, R>impl<R: Read> HasZipMetadata for ZipFile<'_, R>