[][src]Trait sharpen::tree_collapse::Node

pub trait Node: Sized {
    type ChildrenIter: Iterator<Item = Self>;
    fn take_children(&mut self) -> Self::ChildrenIter;
}

Associated Types

type ChildrenIter: Iterator<Item = Self>

Loading content...

Required methods

fn take_children(&mut self) -> Self::ChildrenIter

Loading content...

Implementors

Loading content...