Trait tree_cursor::VerticalCursorMut [] [src]

pub trait VerticalCursorMut: VerticalCursor {
    fn get_mut(&mut self) -> &mut Self::Item;
}

Required Methods

Implementors