Function download_file

Source
fn download_file<'a>(
    dwn_ctx: impl AsRef<DownloadContext<'a>>,
    url: &str,
    dest_path: &Path,
    help_on_error: &str,
)