pub trait Goto<Insn> { // Required method fn goto(&mut self, destination: &[Insn]); }
Trait for starting a search from a particular point in the search space.
Replace self with some other value