pub trait AfterCodegenContext: AfterTypeCheckingContext { }
Expand description

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

Implementors