Structsยง
- Lifetime
Env - 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.
- Lifetime
Transitivity - Collect all lifetimes that are either longer_or_shorter
- Named
Lifetime - A named lifetime, e.g.
'a
.
Enumsยง
- Lifetime
- A lifetime, analogous to [
syn::Lifetime
]. - Longer
OrShorter ๐ - A helper type for
LifetimeTransitivity
determining whether to find the transitively longer or transitively shorter lifetimes.