Once I discovered ‘static was the subtype of all lifetimes rather than the super things began clicking for me.
Could you elaborate? I find this unintuitive.
1. When A is a subtype of B, it means A can be used as B (a Teacher can be used by any function that accepts a Human).
2. static lifetime lives longer any other lifetimes, so it can be used as other lifetimes.