pub trait ISimpleAnimation_StateEnumerable: IObject {
// Provided methods
fn m_owner(self) -> SimpleAnimation { ... }
fn set_m_owner(self, value: SimpleAnimation) { ... }
}Provided Methods§
fn m_owner(self) -> SimpleAnimation
fn set_m_owner(self, value: SimpleAnimation)
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.