Trait stable_bst::map::Direction
[−]
[src]
pub trait Direction {
fn forward() -> bool;
}
pub trait Direction {
fn forward() -> bool;
}