pub trait IEventDemoSequence_ColorFaderMethods: IEventDemoSequence_ColorFader {
// Provided methods
fn ctor(self) { ... }
fn reset(self) { ... }
fn get(self) -> Color { ... }
fn set(self, color: impl Into<Color>, msec: impl Into<f32>) { ... }
fn tick(self) -> Color { ... }
}Provided Methods§
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: IEventDemoSequence_ColorFader> IEventDemoSequence_ColorFaderMethods for __T
Available on crate feature
app-eventdemosequence only.