Expand description
Modules§
Structs§
- Builder
- Config
- Key
- KeyBuf
KeyBuf
is the owned version of aKey
.- Section
- A section of configuration
- With
Prefix Source - Wraps a source so that it only responds to keys with a given prefix.
Enums§
- Value
- Holds a value read from a configuration source
- Value
Read Error - Error returned from an implementation of
ValueRead
Traits§
- Source
- Trait implemented by config value sources
- TryFrom
Value - TryFrom
Value Read - Trait to implement on types that can be constructed from reading values
from a
ValueRead
- Value
Read