Skip to main content

IMapAction_ProcDeadMethods

Trait IMapAction_ProcDeadMethods 

Source
pub trait IMapAction_ProcDeadMethods: IMapAction_ProcDead {
    // 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_ProcDead> IMapAction_ProcDeadMethods for __T

Available on crate feature app-mapaction only.