Struct rose_tree::WalkChildren [] [src]

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

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

Methods

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

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