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