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

Required Methods

Implementors