Type Alias rustfst::algorithms::compose::matchers::GenericMatcher

source ·
pub type GenericMatcher<W, F, B> = SortedMatcher<W, F, B>;

Aliased Type§

struct GenericMatcher<W, F, B> { /* private fields */ }