pub fn download_database_with_progress<PC>(
file: &RemoteFile,
location: &Path,
force: bool,
progress: PC,
) -> Result<(), ()>where
PC: ProgressCallback,
pub fn download_database_with_progress<PC>(
file: &RemoteFile,
location: &Path,
force: bool,
progress: PC,
) -> Result<(), ()>where
PC: ProgressCallback,