Trait DbInternerInferExt

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

Required Methods§

fn infer_ctxt(self) -> InferCtxtBuilder<'db>

Implementors§

§

impl<'db> DbInternerInferExt<'db> for DbInterner<'db>