Skip to main content

IConfirmDialogItemFunc

Trait IConfirmDialogItemFunc 

Source
pub trait IConfirmDialogItemFunc: IBasicDialogItemYes {
    // Provided methods
    fn m_func(self) -> Action { ... }
    fn set_m_func(self, value: Action) { ... }
}

Provided Methods§

Source

fn m_func(self) -> Action

Source

fn set_m_func(self, value: Action)

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§