pub async fn download_segment_pieces<PG>(
segment_index: SegmentIndex,
piece_getter: &PG,
) -> Result<Vec<Option<Piece>>, SegmentGetterError>where
PG: ObjectPieceGetter,
Expand description
Concurrently downloads the pieces for segment_index
.