Skip to main content

IClassChangeJobMenu

Trait IClassChangeJobMenu 

Source
pub trait IClassChangeJobMenu: IBasicMenu {
    // Provided methods
    fn m_root(self) -> ClassChangeRoot { ... }
    fn set_m_root(self, value: ClassChangeRoot) { ... }
}

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§