Skip to main content

collect_children_by_kind

Function collect_children_by_kind 

Source
pub fn collect_children_by_kind<'a>(node: Node<'a>, kind: &str) -> Vec<Node<'a>>
Expand description

Collect all direct children of a node with the given kind.