Module SettingCollection

Source
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§

SettingCollection
Represents a collection of settings.
SettingCollectionVtbl
The virtual function table for SettingCollection<T>.

Traits§

SettingCollectionTrait
Trait representing the SettingCollection behavior.