pub fn resolve_doc_path_on(
db: &dyn HirDatabase,
def: impl HasAttrs + Copy,
link: &str,
ns: Option<Namespace>,
is_inner_doc: IsInnerDoc,
) -> Option<DocLinkDef>Expand description
Resolves the item link points to in the scope of def.