Skip to main content

IProcBattleCallback

Trait IProcBattleCallback 

Source
pub trait IProcBattleCallback: IProcInst {
    // Provided methods
    fn m_calculator(self) -> BattleCalculator { ... }
    fn set_m_calculator(self, value: BattleCalculator) { ... }
    fn m_completed(self) -> Action { ... }
    fn set_m_completed(self, value: Action) { ... }
    fn m_skipable(self) -> bool { ... }
    fn set_m_skipable(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§