fn load_by_id<T>( path: &Path, table_name: &str, ) -> Result<IntMap<i32, T>, DbcError>where T: DeserializeOwned + HasId,