pub fn collect_children_by_kind<'a>(node: Node<'a>, kind: &str) -> Vec<Node<'a>>
Collect all direct children of a node with the given kind.