pub fn node_ancestors<'a, 'b>( node: &'b LinkedNode<'a>, ) -> impl Iterator<Item = &'b LinkedNode<'a>>
Returns the ancestor iterator of the given node.