match_indices

Function match_indices 

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