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

Required Methods§

Implementations on Foreign Types§

source§

impl<'tcx> TyCtxtInferExt<'tcx> for TyCtxt<'tcx>

Implementors§