Skip to main content

download_with_progress

Function download_with_progress 

Source
pub fn download_with_progress(
    url: &str,
    dest_path: &Path,
    quiet: bool,
) -> Result<(), Error>