Struct alloc::str::pattern::CharSliceSearcher [−][src]
pub struct CharSliceSearcher<'a, 'b>(_);
🔬 This is a nightly-only experimental API. (pattern
#27721)
API not fully fleshed out and ready to be stabilized
Expand description
<&[char] as Pattern<'a>>::Searcher
的关联类型。
Trait Implementations
🔬 This is a nightly-only experimental API. (pattern
#27721)
API not fully fleshed out and ready to be stabilized
从后面开始执行下一个搜索步骤。 Read more
🔬 This is a nightly-only experimental API. (pattern
#27721)
API not fully fleshed out and ready to be stabilized
查找下一个 Match
结果。
请参见 next_back()
。 Read more
🔬 This is a nightly-only experimental API. (pattern
#27721)
API not fully fleshed out and ready to be stabilized
查找下一个 Reject
结果。
请参见 next_back()
。 Read more
🔬 This is a nightly-only experimental API. (pattern
#27721)
API not fully fleshed out and ready to be stabilized
Getter 查找要在其中搜索的基础字符串 Read more
🔬 This is a nightly-only experimental API. (pattern
#27721)
API not fully fleshed out and ready to be stabilized
从头开始执行下一个搜索步骤。 Read more
🔬 This is a nightly-only experimental API. (pattern
#27721)
API not fully fleshed out and ready to be stabilized
🔬 This is a nightly-only experimental API. (pattern
#27721)
API not fully fleshed out and ready to be stabilized
查找下一个 Reject
结果。请参见 next()
和 next_match()
。 Read more