pub async fn uncompress_archive<R>(
    source: R,
    dest: &Path,
    ownership: Ownership
) -> Result<()>where
    R: AsyncRead + Unpin,
Expand description

Async version of uncompress_archive.