rustdoc::passes::collect_intra_doc_links

Function filter_assoc_items_by_name_and_namespace

Source
fn filter_assoc_items_by_name_and_namespace(
    tcx: TyCtxt<'_>,
    assoc_items_of: DefId,
    ident: Ident,
    ns: Namespace,
) -> impl Iterator<Item = &AssocItem> + '_