Trait byte_str::ForwardSearcher [] [src]

pub trait ForwardSearcher: Matcher {
    fn find(&self, haystack: &ByteStr) -> Option<(usize, usize)>;
}

Required Methods

Implementors