Skip to main content

IDragonRideDifficultSelectMenu

Trait IDragonRideDifficultSelectMenu 

Source
pub trait IDragonRideDifficultSelectMenu: IBasicMenu {
    // Provided methods
    fn m_enable_checker(self) -> Array<bool> { ... }
    fn set_m_enable_checker(self, value: Array<bool>) { ... }
}

Provided Methods§

Source

fn m_enable_checker(self) -> Array<bool>

Source

fn set_m_enable_checker(self, value: Array<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§