Trait tuix::IntoParentIterator[]

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

Associated Types

Required methods

Implementors