Skip to main content

DbInternerInferExt

Trait DbInternerInferExt 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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