Trait tree_cursor::DownMut[][src]

pub trait DownMut {
    fn down_mut(&mut self, idx: usize) -> Option<&mut Self>;
}

Required Methods

Implementors