Trait lib::alignment_lib::Wavefront
source · [−]pub trait Wavefront {
fn extend(&mut self);
fn next(&mut self);
fn increment_score(&mut self);
fn is_finished(&self) -> bool;
fn backtrace(&self) -> AlignResult;
}