Trait tuix::IntoChildIterator[]

pub trait IntoChildIterator<'a> {
    type Item;
    type IntoIter: Iterator;
    fn child_iter(self, tree: &'a Tree) -> Self::IntoIter;
}

Associated Types

Required methods

Implementors