Function download_multi

Source
pub async fn download_multi<R, W>(
    reader: R,
    writer: W,
    options: DownloadOptions,
) -> DownloadResult<R::Error, W::Error>
where R: RandReader + 'static, W: RandWriter + 'static,