Enum rc_zip::EntryContents
source · pub enum EntryContents {
Directory,
File,
Symlink,
}
Expand description
The contents of an entry: a directory, a file, or a symbolic link.
pub enum EntryContents {
Directory,
File,
Symlink,
}
The contents of an entry: a directory, a file, or a symbolic link.