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§
Sourcefn wait_moving_unit(self)
fn wait_moving_unit(self)
WaitMovingUnit() overload
Sourcefn post_move_unit(self)
fn post_move_unit(self)
PostMoveUnit() overload
Sourcefn resume_branch(self)
fn resume_branch(self)
ResumeBranch() 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§
impl<__T: IMapSequenceResume> IMapSequenceResumeMethods for __T
Available on crate feature
root-mapsequenceresume only.