pub trait ISingletonClass_1<T0: ClassIdentity>: IObject {
// Provided methods
fn m_binder(self) -> BindHolder { ... }
fn set_m_binder(self, value: BindHolder) { ... }
}Provided Methods§
fn m_binder(self) -> BindHolder
fn set_m_binder(self, value: BindHolder)
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.