match_ranges

Function match_ranges 

Source
pub fn match_ranges<H, P>(haystack: H, needle: P) -> MatchRanges<H, P::Searcher> 
where H: Haystack, P: Needle<H>, H::Target: Hay,