pub fn resolve_label(
callee: &str,
doc_text: &str,
files: Option<&HashMap<PathBuf, String>>,
) -> Option<String>Expand description
Render the signature label for a name callee — name(p: T, …) -> R.
None if the callee can’t be resolved (or is a value receiver — slice 2).