Function compress_tools::tokio_support::uncompress_archive
source · pub async fn uncompress_archive<R>(
source: R,
dest: &Path,
ownership: Ownership
) -> Result<()>where
R: AsyncRead + Unpin,
Expand description
Async version of uncompress_archive
.