[][src]Trait rustfst::semirings::UnionWeightOption

pub trait UnionWeightOption<W: Semiring>: Debug + Hash + Clone + PartialOrd + Eq + Sync + 'static {
    type ReverseOptions: UnionWeightOption<W::ReverseWeight>;
    fn compare(w1: &W, w2: &W) -> bool;
fn merge(w1: &W, w2: &W) -> Result<W>; }

Associated Types

Loading content...

Required methods

fn compare(w1: &W, w2: &W) -> bool

fn merge(w1: &W, w2: &W) -> Result<W>

Loading content...

Implementors

Loading content...