pub trait ButtonImpl: ButtonImplExt + WidgetImpl {
fn activate(&self, button: &Self::Type) { ... }
fn clicked(&self, button: &Self::Type) { ... }
}
pub trait ButtonImpl: ButtonImplExt + WidgetImpl {
fn activate(&self, button: &Self::Type) { ... }
fn clicked(&self, button: &Self::Type) { ... }
}