Searched defs:crate_module_path (Results 1 – 2 of 2) sorted by relevance
18 pub crate_module_path: Option<Path>, field111 pub fn crate_module_path(&self) -> Path { in crate_module_path() method
63 let crate_module_path = parse2(path_tokens)?; in parse() localVariable