Struct nom::lib::std::str::pattern::CharSliceSearcher [−][src]
pub struct CharSliceSearcher<'a, 'b>(_);
🔬 This is a nightly-only experimental API. (pattern
)
API not fully fleshed out and ready to be stabilized
Associated type for <&[char] as Pattern<'a>>::Searcher
.
Trait Implementations
impl<'a, 'b> Clone for CharSliceSearcher<'a, 'b>
[src]
impl<'a, 'b> Clone for CharSliceSearcher<'a, 'b>
[src]pub fn clone(&self) -> CharSliceSearcher<'a, 'b>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a, 'b> Debug for CharSliceSearcher<'a, 'b>
[src]
impl<'a, 'b> Debug for CharSliceSearcher<'a, 'b>
[src]impl<'a, 'b> ReverseSearcher<'a> for CharSliceSearcher<'a, 'b>
[src]
impl<'a, 'b> ReverseSearcher<'a> for CharSliceSearcher<'a, 'b>
[src]impl<'a, 'b> Searcher<'a> for CharSliceSearcher<'a, 'b>
[src]
impl<'a, 'b> Searcher<'a> for CharSliceSearcher<'a, 'b>
[src]