useanyhow::Result;pubtraitDictionary{// Check if the word is found in the dictionary
fncheck(&self, word:&str)->Result<bool>;// Suggest replacement for error string
fnsuggest(&self, error:&str)->Vec<String>;fnlang(&self)->&str;fnprovider(&self)->&str;}