Skip to main content

explicit_qualified_callable_value

Function explicit_qualified_callable_value 

Source
pub fn explicit_qualified_callable_value(
    node: Node<'_>,
) -> Option<ExplicitQualifiedCallableValue<'_>>
Expand description

Recognize an explicit address-of qualified callable value such as &Owner::method or &namespace::Owner::method.

The returned nodes come exclusively from the C++ grammar’s named fields. In particular, a nested namespace/type owner remains a structured subtree rather than being reconstructed from source text.