Trait tree_cursor::Down[][src]

pub trait Down {
    fn down(&self, idx: usize) -> Option<&Self>;
}

Required Methods

Implementors