Go

Trait Go 

Source
pub trait Go {
    // Required method
    fn go(&mut self, to: To<'_>);
}
Expand description

Describe a movement in a navigable structure

Required Methods§

Source

fn go(&mut self, to: To<'_>)

Implementors§

Source§

impl Go for Tree