pub trait ArenaLpIter<'a> {
    fn iter(&self, root: Node) -> AlpIter<'a> ;
}

Required Methods§

Implementors§