pub trait AfterLoweringContext: AfterParseContext {
    fn names(&self) -> AtomicRef<'_, NameTable> { ... }
}
Expand description

Context passed to the Hooks::after_lowering() method.

Provided methods

Implementors