Skip to main content

prepare_directory_update

Function prepare_directory_update 

Source
pub async fn prepare_directory_update<F>(
    options: PrepareDirectoryUpdateOptions,
    on_event: F,
) -> Result<PreparedDirectoryUpdate>
where F: FnMut(DownloadEvent),