Struct rose_tree::WalkSiblings [] [src]

pub struct WalkSiblings<Ix: IndexType> { /* fields omitted */ }

A "walker" object that can be used to step through the siblings of some child node.

Methods

impl<Ix> WalkSiblings<Ix> where
    Ix: IndexType
[src]

Fetch the next sibling index in the walk for the given RoseTree.