Skip to main content

IFade_ProcDescFadeMethods

Trait IFade_ProcDescFadeMethods 

Source
pub trait IFade_ProcDescFadeMethods: IFade_ProcDescFade {
    // Provided methods
    fn ctor(self, layer: impl Into<Fade_Layer>) { ... }
    fn get_layer(self) -> Fade_Layer { ... }
}

Provided Methods§

Source

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

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

Source

fn get_layer(self) -> Fade_Layer

GetLayer() 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_ProcDescFade> IFade_ProcDescFadeMethods for __T

Available on crate feature app-fade only.