pub trait WalkHistory: Copy + Clone + Default + Deref<Target = [Option<usize>]> + DerefMut { fn history() -> usize; }
The length of each walk associated with each state. This also determines the delay before the first decoded symbol is yielded.