pub async fn aggregate_add_response(
stream: impl Stream<Item = Result<AddProgressEvent>> + Unpin,
) -> Result<(Hash, BlobFormat, Vec<ProvideResponseEntry>)>Available on crate feature
cli only.Expand description
Combines the AddProgressEvent outputs from a [Stream] into a single tuple.