Children

Type Alias Children 

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

An iterator yielding indices to the children of some node.

Aliased Typeยง

pub struct Children<'a, Ix> { /* private fields */ }