Skip to main content

IMapSequenceMind_ProcMindBaseMethods

Trait IMapSequenceMind_ProcMindBaseMethods 

Source
pub trait IMapSequenceMind_ProcMindBaseMethods: IMapSequenceMind_ProcMindBase {
    // Provided methods
    fn on_tick(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn on_tick(self)

OnTick() 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: IMapSequenceMind_ProcMindBase> IMapSequenceMind_ProcMindBaseMethods for __T

Available on crate feature app-mapsequencemind only.