Trait tree_cursor::VerticalCursor [] [src]

pub trait VerticalCursor: OpaqueVerticalCursor where
    Self: Sized
{ type Item; fn get(&self) -> &Self::Item;
fn down_new(&mut self) -> Option<Self>; }

Associated Types

Required Methods

Implementors