Skip to main content

IMapAction_ProcReviveMethods

Trait IMapAction_ProcReviveMethods 

Source
pub trait IMapAction_ProcReviveMethods: IMapAction_ProcRevive {
    // Provided methods
    fn ctor(self, actor: impl Into<UnitActor>) { ... }
    fn executed(self) { ... }
}

Provided Methods§

Source

fn ctor(self, actor: impl Into<UnitActor>)

.ctor(crate::app::unitactor::UnitActor) overload

Source

fn executed(self)

Executed() 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: IMapAction_ProcRevive> IMapAction_ProcReviveMethods for __T

Available on crate feature app-mapaction only.