Skip to main content

IActionWaitFunc

Trait IActionWaitFunc 

Source
pub trait IActionWaitFunc: IActionBase {
    // Provided methods
    fn m_func(self) -> Func_2<Character, bool> { ... }
    fn set_m_func(self, value: Func_2<Character, bool>) { ... }
}

Provided Methods§

Source

fn m_func(self) -> Func_2<Character, bool>

Source

fn set_m_func(self, value: Func_2<Character, bool>)

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§