Skip to main content

IStackProcInst_1Methods

Trait IStackProcInst_1Methods 

Source
pub trait IStackProcInst_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn get_instance() -> T0 { ... }
    fn on_singleton_create(self)
       where Self: Sized { ... }
    fn on_singleton_dispose(self)
       where Self: Sized { ... }
    fn op_implicit(exists: StackProcInst_1<T0>) -> bool { ... }
    fn ctor(self)
       where Self: Sized { ... }
    fn cctor() { ... }
}

Provided Methods§

Source

fn get_instance() -> T0

Source

fn on_singleton_create(self)
where Self: Sized,

Source

fn on_singleton_dispose(self)
where Self: Sized,

Source

fn op_implicit(exists: StackProcInst_1<T0>) -> bool

Source

fn ctor(self)
where Self: Sized,

Source

fn cctor()

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§