Skip to main content

with_incoherent_inherent_impls

Function with_incoherent_inherent_impls 

Source
pub fn with_incoherent_inherent_impls<'db>(
    db: &'db dyn HirDatabase,
    krate: Crate,
    self_ty: &SimplifiedType<'db>,
    callback: impl FnMut(&[ImplId]),
)