pub trait AfterCompileContext: AfterCodegenContext {
    fn take_compilation_result(&mut self) -> CompilationResult { ... }
}
Expand description

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

Provided methods

Implementors