pub trait ZipArchiveExt {
    fn i(&'z mut self, i: ZipIndex) -> Result<ZipFile<'z>, LoadError>;
}

Required Methods

Implementors