Skip to main content

IDeco_Skill

Trait IDeco_Skill 

Source
pub trait IDeco_Skill: IDecorator {
    // Provided methods
    fn m_pair(self) -> SkillStack_Packet { ... }
    fn set_m_pair(self, value: SkillStack_Packet) { ... }
    fn m_b_name_shown(self) -> bool { ... }
    fn set_m_b_name_shown(self, value: bool) { ... }
}

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§