Skip to main content

child

Function child 

Source
pub fn child<N: AstNode>(parent: &SyntaxNode) -> Option<N>
Expand description

Returns the first child node castable to N.