[][src]Function rustdoc::passes::collect_intra_doc_links::value_ns_kind

fn value_ns_kind(def: Def, path_str: &str) -> Option<(&'static str, String)>

Given a def, returns its name and disambiguator for a value namespace

Returns None for things which cannot be ambiguous since they exist in both namespaces (structs and modules)