Trait byte_str::SufixMatcher [] [src]

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

Required Methods

Implementors