Function ide_db::traits::get_missing_assoc_items
source ยท pub fn get_missing_assoc_items(
sema: &Semantics<'_, RootDatabase>,
impl_def: &Impl,
) -> Vec<AssocItem>
Expand description
Given the impl
block, returns the list of associated items (e.g. functions or types) that are
missing in this impl
block.