pub fn qualified_callable_value(
node: Node<'_>,
) -> Option<QualifiedCallableValue<'_>>Expand description
Recognize a qualified callable used as an expression value.
Calls use their own arity-aware path. Address-of expressions use the
explicit path above. This arm covers structured values such as
bind(Owner::method) and callback = namespace::function.