What is the relationship between the value of a struct and the lifetime in reference field?

While a useful guideline and mental model, that is not actually true.

The T: 'x relation used to be based on data reachability (logic about what is borrowed), but it is now a syntactical property.

5 Likes