call_parts

Function call_parts 

Source
pub fn call_parts<'a>(
    node: &LinkedNode<'a>,
) -> Option<(LinkedNode<'a>, LinkedNode<'a>)>
Expand description

Gets the callee and argument nodes for a normal or math call.