wfst

Trait ExpandedFst

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

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<W: Weight> ExpandedFst<W> for VecFst<W>