pub trait EntryCompletionExtManual: 'static {
    fn entry(&self) -> Option<Entry>;
}

Required Methods

Gets the entry self has been attached to.

Returns

The entry self has been attached to

Implementors