Trait GlobalEnvExt

Source
pub trait GlobalEnvExt<'genv, 'tcx> {
    // Required method
    fn infcx_root<'a>(
        self,
        infcx: &'a InferCtxt<'tcx>,
        opts: InferOpts,
    ) -> InferCtxtRootBuilder<'a, 'genv, 'tcx>;
}

Required Methods§

Source

fn infcx_root<'a>( self, infcx: &'a InferCtxt<'tcx>, opts: InferOpts, ) -> InferCtxtRootBuilder<'a, 'genv, 'tcx>

Implementations on Foreign Types§

Source§

impl<'genv, 'tcx> GlobalEnvExt<'genv, 'tcx> for GlobalEnv<'genv, 'tcx>

Source§

fn infcx_root<'a>( self, infcx: &'a InferCtxt<'tcx>, opts: InferOpts, ) -> InferCtxtRootBuilder<'a, 'genv, 'tcx>

Implementors§