Skip to main content

IButton

Trait IButton 

Source
pub trait IButton: ISelectable {
    // Provided methods
    fn m_on_click(self) -> Button_ButtonClickedEvent { ... }
    fn set_m_on_click(self, value: Button_ButtonClickedEvent) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§