[][src]Function trigram::find_words_iter

Important traits for Matches<'n, 'h>
pub fn find_words_iter<'n, 'h>(
    needle: &'n str,
    haystack: &'h str,
    threshold: f32
) -> Matches<'n, 'h>