Is it possible to bind explicit lifetimes /between/ struct fields? Or only between structs themselves and their fields like a parent-child thing?
I want a master vector of actual resources and a hashmap where the values are references back into the master vector.
Idk I'm probably approaching this wrong