Expand description
Defines the general Info
-trait, which is used to abstract over the
various types of disk-stored configuration files.
Enums§
- Defines general errors for configs.
Traits§
- Defines a serializable struct that we typically use for structs that are directly read and written to disk.
- A marker trait that will let the compiler implement
Config
for this object using theserde_yaml
backend.
Type Aliases§
- A type alias for the ConfigError for the YamlConfig.