pub trait Query { // Required method fn query(&mut self, word_query: &WordQuery) -> Result<WordEntry>; }