pub trait IMapSequencePhoenixMethods: IMapSequencePhoenix {
// Provided methods
fn move_camera(self) { ... }
fn execute(self) { ... }
fn is_executing(self) -> bool { ... }
fn postexecute(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn move_camera(self)
fn move_camera(self)
MoveCamera() overload
Sourcefn is_executing(self) -> bool
fn is_executing(self) -> bool
IsExecuting() overload
Sourcefn postexecute(self)
fn postexecute(self)
Postexecute() 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: IMapSequencePhoenix> IMapSequencePhoenixMethods for __T
Available on crate feature
app-mapsequencephoenix only.