Trait TypingEnvHelpers

Source
pub trait TypingEnvHelpers<'tcx> {
    // Required method
    fn fully_monomorphized(&self) -> TypingEnv<'tcx>;
}

Required Methods§

Implementors§

Source§

impl<'tcx, B: Bridge> TypingEnvHelpers<'tcx> for CompilerCtxt<'tcx, B>