Trait wfst::Arc [] [src]

pub trait Arc<W: Weight>: PartialEq + Debug + Clone {
    fn ilabel(&self) -> Label;
    fn olabel(&self) -> Label;
    fn weight(&self) -> W;
    fn nextstate(&self) -> StateId;
}

Required Methods

Implementors