Function rustdoc::clean::value_ns_kind[][src]

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)