iroh_blobs::cli

Function show_download_progress

Source
pub async fn show_download_progress(
    hash: Hash,
    stream: impl Stream<Item = Result<DownloadProgress>> + Unpin,
) -> Result<()>
Available on crate feature cli only.
Expand description

Displays the download progress for a given stream.