trait LookupHelper { type Target; // Required method fn lookup(&self, key: Word) -> Result<&Self::Target, Error>; }