Skip to main content

IMapSequenceTurnBeginEffect_ProcFullBulletAttackMethods

Trait IMapSequenceTurnBeginEffect_ProcFullBulletAttackMethods 

Source
pub trait IMapSequenceTurnBeginEffect_ProcFullBulletAttackMethods: IMapSequenceTurnBeginEffect_ProcFullBulletAttack {
    // Provided methods
    fn execute(self) -> IEnumerator { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn execute(self) -> IEnumerator

Execute() overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IMapSequenceTurnBeginEffect_ProcFullBulletAttack> IMapSequenceTurnBeginEffect_ProcFullBulletAttackMethods for __T

Available on crate feature app-mapsequenceturnbegineffect only.