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