iroh_blobs::cli

Function aggregate_add_response

Source
pub async fn aggregate_add_response(
    stream: impl Stream<Item = Result<AddProgress>> + Unpin,
) -> Result<(Hash, BlobFormat, Vec<ProvideResponseEntry>)>
Available on crate feature cli only.
Expand description

Combines the AddProgress outputs from a [Stream] into a single tuple.