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