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