Expand description
§SettingCollection
This module defines the SettingCollection<T>
trait and struct, representing a collection of settings.
It supports insertion, removal, and file I/O operations.
Structs§
- Setting
Collection - Represents a collection of settings.
- Setting
Collection Vtbl - The virtual function table for
SettingCollection<T>
.
Traits§
- Setting
Collection Trait - Trait representing the
SettingCollection
behavior.