Struggling with the subtyping relation of lifetimes in Rust
Disclaimer: I am not exactly a CS guru, so this answer will focus on practical concepts and I will not even attempt to link it to theoretical concepts lest I make a mess of things. I think that the issue is trying to apply the subtyping concept to something which is not a type. ‘a … Read more