Trait hotg_rune_compiler::hooks::AfterLoweringContext
source · [−]pub trait AfterLoweringContext: AfterParseContext {
fn names(&self) -> AtomicRef<'_, NameTable> { ... }
}
Expand description
Context passed to the Hooks::after_lowering()
method.