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