Skip to main content

find_type_expr_child

Function find_type_expr_child 

Source
pub fn find_type_expr_child(parent: &SyntaxNode) -> Option<SyntaxNode>
Expand description

Find a child node of parent that is NodeTypeExpr (for var decl, param, etc.).