[][src]Trait rustfst::algorithms::compose::lookahead_filters::lookahead_selector::MatchTypeTrait

pub trait MatchTypeTrait: Debug + Clone {
    fn match_type() -> MatchType;
}

Required methods

Loading content...

Implementors

impl MatchTypeTrait for SMatchBoth[src]

impl MatchTypeTrait for SMatchInput[src]

impl MatchTypeTrait for SMatchNone[src]

impl MatchTypeTrait for SMatchOutput[src]

impl MatchTypeTrait for SMatchUnknown[src]

Loading content...