Function unzip_file

Source
pub fn unzip_file<T>(
    path: &Path,
    parent_path: &Path,
    reporter: T,
) -> Result<(), WrappedError>