[][src]Function rustfst::algorithms::compose::lookahead_filters::lookahead_match_type

pub fn lookahead_match_type<W: Semiring, M1: Matcher<W>, M2: Matcher<W>>(
    m1: &M1,
    m2: &M2
) -> Result<MatchType>