explore_child_field

Function explore_child_field 

Source
fn explore_child_field(
    node: &AstNode,
    field: AstField,
    current_path: &AstPath,
    paths: &mut Vec<AstPath>,
)
Expand description

Helper function to get a child node and recurse if it exists.