pub type TomlConfig = SyncConfig<IndexMap<Txt, Value>>;
Expand description
Represents a config source that synchronizes with a TOML file.
Aliased Typeยง
struct TomlConfig { /* private fields */ }
pub type TomlConfig = SyncConfig<IndexMap<Txt, Value>>;
Represents a config source that synchronizes with a TOML file.
struct TomlConfig { /* private fields */ }