Trait wfst::ExpandedFst [] [src]

pub trait ExpandedFst<W: Weight>: Fst<W> + Clone {
    fn get_numstates(&self) -> usize;
}

Required Methods

Implementors