Trait stringmatch::Needle[][src]

pub trait Needle {
    fn is_match(&self, haystack: &str) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors