Function ntap_core::net::http::download_file_with_progress

source ยท
pub async fn download_file_with_progress(
    url: String,
    save_file_path: PathBuf,
    progress_tx: Sender<DownloadProgress>,
) -> Result<(), Box<dyn Error>>