Module rustfst::algorithms::compose::filter_states[][src]

Structs

IntegerFilterState

Filter state that is a signed integral type.

ListFilterState

Filter state is a list of signed integer types T. Order matters for equality.

PairFilterState

Filter state that is the combination of two filter states.

TrivialFilterState

Single non-blocking filter state.

WeightFilterState

Filter state that is a weight implementing the Semiring trait.

Traits

FilterState

The filter state interface represents the state of a (e.g., composition) filter.