Home
last modified time | relevance | path

Searched defs:AllBytesIter (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
Dnfa.rs1091 struct AllBytesIter(u16); struct
1093 impl AllBytesIter { implementation
1099 impl Iterator for AllBytesIter { implementation