Function iroh_blobs::cli::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.