Skip to main content

download

Function download 

Source
pub async fn download(
    store: Arc<Store>,
    req: DownloadRequest,
    reporter: Reporter,
    cancel: Cancel,
) -> Result<DownloadReport>