pub fn find_node_by_id<'a>(
tree: &'a LayoutNode,
id: &str,
) -> Option<&'a LayoutNode>Expand description
Find a node by id (immutable).
pub fn find_node_by_id<'a>(
tree: &'a LayoutNode,
id: &str,
) -> Option<&'a LayoutNode>Find a node by id (immutable).