pub async fn show_download_progress(
hash: Hash,
stream: impl Stream<Item = Result<DownloadProgressEvent>> + Unpin,
) -> Result<()>Available on crate feature
cli only.Expand description
Displays the download progress for a given stream.