Skip to main content

IEffectSequence

Trait IEffectSequence 

Source
pub trait IEffectSequence: IStructData_1<EffectSequence> {
    // Provided methods
    fn m_effects(self) -> Array<EffectData> { ... }
    fn set_m_effects(self, value: Array<EffectData>) { ... }
}

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§