Trait byte_str::FullMatcher [] [src]

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

Required Methods

Implementors