Function aho_corasick::automaton::try_find_overlapping_fwd
source ยท fn try_find_overlapping_fwd<A: Automaton + ?Sized>(
aut: &A,
input: &Input<'_>,
state: &mut OverlappingState,
) -> Result<(), MatchError>