Skip to main content

IFade_ProcFadeWaitMethods

Trait IFade_ProcFadeWaitMethods 

Source
pub trait IFade_ProcFadeWaitMethods: IFade_ProcFadeWait {
    // Provided methods
    fn ctor(self, layer: impl Into<Fade_Layer>) { ... }
    fn on_tick(self) { ... }
}

Provided Methods§

Source

fn ctor(self, layer: impl Into<Fade_Layer>)

.ctor(crate::app::fade::Fade_Layer) overload

Source

fn on_tick(self)

OnTick() 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: IFade_ProcFadeWait> IFade_ProcFadeWaitMethods for __T

Available on crate feature app-fade only.