pub trait IVolumeStack: IObject {
// Provided methods
fn components(self) -> Dictionary_2<SystemType, VolumeComponent> { ... }
fn set_components(self, value: Dictionary_2<SystemType, VolumeComponent>) { ... }
}Provided Methods§
fn components(self) -> Dictionary_2<SystemType, VolumeComponent>
fn set_components(self, value: Dictionary_2<SystemType, VolumeComponent>)
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.