Trait p25::coding::trellis::WalkHistory [] [src]

pub trait WalkHistory: Copy + Clone + Default + Deref<Target = [Option<usize>]> + DerefMut {
    fn history() -> usize;
}

Required Methods

The length of each walk associated with each state. This also determines the delay before the first decoded symbol is yielded.

Implementors