Skip to main content

prepare_delta_update

Function prepare_delta_update 

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