Function download_multi

Source
pub async fn download_multi<R, W>(
    puller: R,
    pusher: W,
    options: DownloadOptions,
) -> DownloadResult<R::Error, W::Error>
where R: RandPuller + 'static + Sync, W: RandPusher + 'static,