pub trait AfterTypeCheckingContext: AfterLoweringContext { }
Expand description

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

Implementors