Function get_closest_string

Source
pub fn get_closest_string(candidates: &[String], input: &str) -> Option<String>