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