Skip to main content

IFade_LayerScopeMethods

Trait IFade_LayerScopeMethods 

Source
pub trait IFade_LayerScopeMethods: IFade_LayerScope {
    // Provided methods
    fn ctor(self, layer: impl Into<Fade_Layer>) { ... }
    fn finalize(self) { ... }
    fn dispose(self) { ... }
}

Provided Methods§

Source

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

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

Source

fn finalize(self)

Finalize() overload

Source

fn dispose(self)

Dispose() 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_LayerScope> IFade_LayerScopeMethods for __T

Available on crate feature app-fade only.