diplomat_core::ast

Module lifetimes

source

Structsยง

  • A lifetime dependency graph used for tracking which lifetimes outlive, and are outlived by, other lifetimes.
  • LifetimeNode ๐Ÿ”’
    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ยง