SevenZipLauncher

Trait SevenZipLauncher 

Source
pub(crate) trait SevenZipLauncher {
    // Required method
    fn extract(
        &self,
        binary_path: &Path,
        archive_path: &Path,
        destination_dir: &Path,
    ) -> Result<()>;
}

Required Methods§

Source

fn extract( &self, binary_path: &Path, archive_path: &Path, destination_dir: &Path, ) -> Result<()>

Implementors§