Skip to main content

IVolumeStack

Trait IVolumeStack 

Source
pub trait IVolumeStack: IObject {
    // Provided methods
    fn components(self) -> Dictionary_2<SystemType, VolumeComponent> { ... }
    fn set_components(self, value: Dictionary_2<SystemType, VolumeComponent>) { ... }
}

Provided Methods§

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§