Trait hotg_rune_compiler::hooks::AfterCompileContext
source · [−]pub trait AfterCompileContext: AfterCodegenContext {
fn take_compilation_result(&mut self) -> CompilationResult { ... }
}Expand description
Context passed to the Hooks::after_compile() method.