pub trait IFade_ProcDescFadeMethods: IFade_ProcDescFade {
// Provided methods
fn ctor(self, layer: impl Into<Fade_Layer>) { ... }
fn get_layer(self) -> Fade_Layer { ... }
}Provided Methods§
Sourcefn ctor(self, layer: impl Into<Fade_Layer>)
fn ctor(self, layer: impl Into<Fade_Layer>)
.ctor(crate::app::fade::Fade_Layer) overload
Sourcefn get_layer(self) -> Fade_Layer
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§
impl<__T: IFade_ProcDescFade> IFade_ProcDescFadeMethods for __T
Available on crate feature
app-fade only.