Home
last modified time | relevance | path

Searched defs:ImportPath (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dimport_map.rs32 pub struct ImportPath { struct
36 impl ImportPath { impl
118 pub fn path_of(&self, item: ItemInNs) -> Option<&ImportPath> { in path_of()