pub trait PopoverImpl: PopoverImplExt + WidgetImpl {
fn activate_default(&self, button: &Self::Type) { ... }
fn closed(&self, button: &Self::Type) { ... }
}
pub trait PopoverImpl: PopoverImplExt + WidgetImpl {
fn activate_default(&self, button: &Self::Type) { ... }
fn closed(&self, button: &Self::Type) { ... }
}