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
.
pub fn resolve_doc_path_on(
db: &dyn HirDatabase,
def: impl HasAttrs,
link: &str,
ns: Option<Namespace>,
) -> Option<DocLinkDef>
Resolves the item link
points to in the scope of def
.