Trait makepad_widgets::widget::WidgetAction
source · pub trait WidgetAction: 'static {
// Required methods
fn type_id(&self) -> TypeId;
fn box_clone(&self) -> Box<dyn WidgetAction>;
}
pub trait WidgetAction: 'static {
// Required methods
fn type_id(&self) -> TypeId;
fn box_clone(&self) -> Box<dyn WidgetAction>;
}