tauri_updater::http

Function download

Source
pub fn download<T: Write>(
    url: String,
    dest: T,
    _display_progress: bool,
) -> Result<()>