pub trait GlobalEnvExt<'genv, 'tcx> {
// Required method
fn infcx_root<'a>(
self,
infcx: &'a InferCtxt<'tcx>,
opts: InferOpts,
) -> InferCtxtRootBuilder<'a, 'genv, 'tcx>;
}Required Methods§
fn infcx_root<'a>( self, infcx: &'a InferCtxt<'tcx>, opts: InferOpts, ) -> InferCtxtRootBuilder<'a, 'genv, 'tcx>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".