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

Required Methods§

Implementations on Foreign Types§

Implementors§