Structsยง
- A lifetime dependency graph used for tracking which lifetimes outlive, and are outlived by, other lifetimes.
- Lifetime
Node ๐A lifetime, along with ptrs to all lifetimes that are explicitly shorter/longer than it. - Collect all lifetimes that are either longer_or_shorter
- A named lifetime, e.g.
'a
.
Enumsยง
- A lifetime, analogous to [
syn::Lifetime
]. - Longer
OrShorter ๐A helper type forLifetimeTransitivity
determining whether to find the transitively longer or transitively shorter lifetimes.