aho_
corasick
1.1.3
In aho_
corasick::
automaton
Modules
private
Structs
FindIter
FindOverlappingIter
OverlappingState
Prefilter
StateID
StateIDError
StreamChunkIter
StreamFindIter
Enums
Candidate
StreamChunk
Traits
Automaton
Functions
fmt_state_indicator
get_match
sparse_transitions
try_find_fwd
try_find_fwd_imp
try_find_overlapping_fwd
try_find_overlapping_fwd_imp
aho_corasick
::
automaton
Function
get_match
Copy item path
Settings
Help
Summary
Source
fn get_match<A:
Automaton
+ ?
Sized
>( aut:
&A
, sid:
StateID
, index:
usize
, at:
usize
, ) ->
Match