Struct core::str::pattern::CharPredicateSearcher [−][src]
pub struct CharPredicateSearcher<'a, F>(_)
where
F: FnMut(char) -> bool;
🔬 This is a nightly-only experimental API. (pattern #27721)
API not fully fleshed out and ready to be stabilized
Expand description
<F as Pattern<'a>>::Searcher 的关联类型。
Trait Implementations
impl<'a, F> ReverseSearcher<'a> for CharPredicateSearcher<'a, F> where
F: FnMut(char) -> bool,
[src]
impl<'a, F> ReverseSearcher<'a> for CharPredicateSearcher<'a, F> where
F: FnMut(char) -> bool,
[src]🔬 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