Trait tuix::IntoBranchIterator[]

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

Associated Types

Required methods

Implementors