pub fn resolve_label(
callee: &str,
doc_text: &str,
src_root: Option<&Path>,
) -> 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).