pub trait EntryImpl: EntryImplExt + WidgetImpl {
// Provided methods
fn populate_popup(&self, popup: &Widget) { ... }
fn activate(&self) { ... }
}Provided Methods§
fn populate_popup(&self, popup: &Widget)
fn activate(&self)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".