pub trait IReadOnlyCollection_1<T0: ClassIdentity>: IObject {
// Provided methods
fn list(self) -> IList_1_Interface<T0> { ... }
fn set_list(self, value: IList_1_Interface<T0>) { ... }
fn sync_root(self) -> IlInstance { ... }
fn set_sync_root(self, value: IlInstance) { ... }
}Provided Methods§
fn list(self) -> IList_1_Interface<T0>
fn set_list(self, value: IList_1_Interface<T0>)
fn sync_root(self) -> IlInstance
fn set_sync_root(self, value: IlInstance)
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.