struct CharEqSearcher<'a, C: CharEq> {
char_eq: C,
haystack: &'a str,
char_indices: CharIndices<'a>,
ascii_only: bool,
}
Unstable (pattern
#27721): API not fully fleshed out and ready to be stabilized
Fields
char_eq | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
haystack | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
char_indices | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
ascii_only | Unstable (pattern #27721): API not fully fleshed out and ready to be stabilized
|
Trait Implementations
Derived Implementations