rustfix
pub fn get_suggestions_from_json<S: BuildHasher>( input: &str, only: &HashSet<String, S>) -> Result<Vec<Suggestion>>