pub trait IDLCManager_DLCList: IObject {
// Provided methods
fn content(self) -> DLCManager_Content { ... }
fn set_content(self, value: DLCManager_Content) { ... }
fn has_content(self) -> bool { ... }
fn set_has_content(self, value: bool) { ... }
}Provided Methods§
fn content(self) -> DLCManager_Content
fn set_content(self, value: DLCManager_Content)
fn has_content(self) -> bool
fn set_has_content(self, value: bool)
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.