Trait rustc_infer::infer::TyCtxtInferExt[][src]

pub trait TyCtxtInferExt<'tcx> {
    fn infer_ctxt(self) -> InferCtxtBuilder<'tcx>;
}

Required methods

Implementations on Foreign Types

Implementors