Function aho_corasick::autiter::step_to_match[][src]

fn step_to_match<P, A: Automaton<P> + ?Sized>(
    aut: &A,
    text: &[u8],
    texti: usize,
    si: StateIdx
) -> Option<(usize, StateIdx)>