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

Async version of uncompress_archive_with_encoding(crate:: uncompress_archive_with_encoding).