Skip to main content

IMapSequenceResumeMethods

Trait IMapSequenceResumeMethods 

Source
pub trait IMapSequenceResumeMethods: IMapSequenceResume {
    // Provided methods
    fn move_unit(self) { ... }
    fn wait_moving_unit(self) { ... }
    fn post_move_unit(self) { ... }
    fn resume_branch(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn move_unit(self)

MoveUnit() overload

Source

fn wait_moving_unit(self)

WaitMovingUnit() overload

Source

fn post_move_unit(self)

PostMoveUnit() overload

Source

fn resume_branch(self)

ResumeBranch() 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: IMapSequenceResume> IMapSequenceResumeMethods for __T

Available on crate feature root-mapsequenceresume only.