Trait rustfst::algorithms::tr_compares::TrCompare

source ·
pub trait TrCompare {
    // Required methods
    fn compare<W: Semiring>(a: &Tr<W>, b: &Tr<W>) -> Ordering;
    fn properties(inprops: FstProperties) -> FstProperties;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§