pub fn download_to_path<P: AsRef<Path>>( entry: &RemoteContent, dest_path: P, ) -> Result<()>
Ensure a URL with specified hash exists in a local filesystem path.