Trait igo::dictionary::Callback
[−]
[src]
pub trait Callback {
fn call(&mut self, vn: ViterbiNode);
fn is_empty(&self) -> bool;
}