Skip to main content

prepare_update

Function prepare_update 

Source
pub async fn prepare_update<F>(
    options: PrepareUpdateOptions,
    on_event: F,
) -> Result<PreparedUpdate>
where F: FnMut(DownloadEvent),