Trait stable_bst::map::Direction [] [src]

pub trait Direction {
    fn forward() -> bool;
}

Required Methods

fn forward() -> bool

Implementors