pub fn read_csv_id_file<T>(file_path: &Path) -> Result<HashMap<Rc<str>, T>>where T: HasID + DeserializeOwned,
Read a CSV file of items with IDs