Struct std::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
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