pub trait EntryCompletionExtManual: 'static { fn entry(&self) -> Option<Entry>; }
Gets the entry self has been attached to.
self
The entry self has been attached to