pub trait EntryCompletionExtManual: 'static { // Required method fn get_entry(&self) -> Option<Entry>; }