Trait by::FullMatcher[][src]

pub trait FullMatcher: Matcher {
    fn matches(&self, haystack: &ByteStr) -> bool;
}

Required methods

fn matches(&self, haystack: &ByteStr) -> bool[src]

Loading content...

Implementors

impl FullMatcher for ByteMatcher[src]

impl<'a> FullMatcher for StrMatcher<'a>[src]

Loading content...