Trait byte_str::PrefixMatcher [] [src]

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

Required Methods

Implementors