derive(Debug)
for ZipStreamFileMetadata
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
02c3699be2
commit
42e2865ccb
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ pub trait ZipStreamVisitor {
|
|||
}
|
||||
|
||||
/// Additional metadata for the file.
|
||||
#[derive(Debug)]
|
||||
pub struct ZipStreamFileMetadata(ZipFileData);
|
||||
|
||||
impl ZipStreamFileMetadata {
|
||||
|
|
Loading…
Add table
Reference in a new issue