Function pattern_3::ext::matches

source ·
pub fn matches<H, P>(haystack: H, needle: P) -> Matches<H, P::Searcher> where
    H: Haystack,
    P: Needle<H>,
    H::Target: Hay,