trait KerxEntryDataExt { // Required methods fn action_index(self) -> u16; fn is_actionable(&self) -> bool; }