unzip_downloaded_release

Function unzip_downloaded_release 

Source
pub fn unzip_downloaded_release<T>(
    compressed_file: &Path,
    target_dir: &Path,
    reporter: T,
) -> Result<(), WrappedError>