Function pomelo_parse::ast::support::children

source ·
pub fn children<N: AstNode<Language = SML>>(
    parent: &SyntaxNode
) -> impl Iterator<Item = N>