[][src]Function fuzz_search::best_matches

pub fn best_matches<T>(
    pattern: &str,
    items: Vec<T>,
    n: usize
) -> impl Iterator<Item = T> where
    T: Borrow<str>,