Skip to main content

EntryImpl

Trait EntryImpl 

Source
pub trait EntryImpl: EntryImplExt + WidgetImpl {
    // Provided methods
    fn populate_popup(&self, popup: &Widget) { ... }
    fn activate(&self) { ... }
}

Provided Methods§

Source

fn populate_popup(&self, popup: &Widget)

Source

fn activate(&self)

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§