TomlConfig

Type Alias TomlConfig 

Source
pub type TomlConfig = SyncConfig<TomlBackend>;
Expand description

Represents a config source that synchronizes with a TOML file.

Aliased Typeยง

pub struct TomlConfig { /* private fields */ }