Skip to main content

find_child_by_kind

Function find_child_by_kind 

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

Find the first child of a node with the given kind.