Function hir::resolve_doc_path_on
source ยท pub fn resolve_doc_path_on(
db: &dyn HirDatabase,
def: impl HasAttrs,
link: &str,
ns: Option<Namespace>,
) -> Option<DocLinkDef>
Expand description
Resolves the item link
points to in the scope of def
.