Skip to main content

IBattleDetail_DetailParam

Trait IBattleDetail_DetailParam 

Source
pub trait IBattleDetail_DetailParam: IBattleDetail_CommandParam {
    // Provided methods
    fn m_detail(self) -> BattleDetail { ... }
    fn set_m_detail(self, value: BattleDetail) { ... }
}

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§