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

Provided Methods§

Implementors§