Structs§
- A lifetime dependency graph used for tracking which lifetimes outlive, and are outlived by, other lifetimes.
- 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
]. - A helper type for
LifetimeTransitivity
determining whether to find the transitively longer or transitively shorter lifetimes.