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

Required Methods§

Implementors§