Skip to main content

EntryCompletionExtManual

Trait EntryCompletionExtManual 

Source
pub trait EntryCompletionExtManual:
    IsA<EntryCompletion>
    + Sealed
    + 'static {
    // Provided method
    fn entry(&self) -> Option<Entry> { ... }
}

Provided Methods§

Source

fn entry(&self) -> Option<Entry>

Gets the entry self has been attached to.

§Returns

The entry self has been attached to

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§