Trait wfst::semiring::NaturalLess [] [src]

pub trait NaturalLess: Weight + Idempotent + Path {
    fn natural_less(&self, rhs: &Self) -> bool;
}

Required Methods

Implementors