Trait hyper_ast::position::TreePathMut
source · pub trait TreePathMut<IdN, Idx>: TreePath<IdN, Idx> {
// Required methods
fn pop(&mut self) -> Option<(IdN, Idx)>;
fn goto(&mut self, node: IdN, i: Idx);
fn inc(&mut self, node: IdN);
fn dec(&mut self, node: IdN);
}