Function rff::match_and_score_with_positions [] [src]

pub fn match_and_score_with_positions<'a>(
    needle: &str,
    haystack: &'a str
) -> Option<MatchWithPositions<'a>>