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

Provided Methods§

source

fn activate(&self, button: &Self::Type)

source

fn clicked(&self, button: &Self::Type)

Implementors§