Searched defs:DocLinkResMap (Results 1 – 2 of 2) sorted by relevance
784 pub type DocLinkResMap = FxHashMap<(Symbol, Namespace), Option<Res<NodeId>>>; typedef
1578 fn get_doc_link_resolutions(self, index: DefIndex) -> DocLinkResMap { in get_doc_link_resolutions()