pub fn load_opt_versions<P: AsRef<Path>>( path: P, ) -> Result<Option<HashMap<PkgName, Version>>>
Loads versions from the file if the file exists, otherwise this function returns None.
None