Trait rustc_trait_selection::infer::TyCtxtInferExt[][src]

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

Required methods

Implementors