download_with_options

Function download_with_options 

Source
pub fn download_with_options(
    url: &str,
    output_path: Option<&str>,
    options: DownloadOptions,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Download a file with custom options