Type Definition rose_tree::Children[][src]

pub type Children<'a, Ix> = Neighbors<'a, (), Ix>;
Expand description

An iterator yielding indices to the children of some node.