Trait omgwtf8::pattern::Searcher [] [src]

pub trait Searcher<H: Haystack> {
    fn haystack(&self) -> H;
fn next_match(&mut self) -> Option<(H::StartCursor, H::EndCursor)>; }

Required Methods

Implementors