pub fn function_terminal_node(node: Node<'_>) -> Node<'_>Expand description
Return the terminal identifier represented by a callable or type callee.
Qualified, scoped, template, and field wrappers are traversed through their grammar fields so both function calls and type constructions emit the token that names the referenced declaration.