Trait libhelium::subclass::prelude::ButtonImpl
pub trait ButtonImpl: ButtonImplExt + WidgetImpl {
// Provided methods
fn activate(&self) { ... }
fn clicked(&self) { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.