Module figment::value [−][src]
Value and friends: types representing valid configuration values.
Modules
| magic | (De)serializable values that "magically" use information from the extracing
|
Structs
| Tag | An opaque, unique tag identifying a value's |
| Uncased | allocAn uncased (case-insensitive, case-preserving), owned or borrowed ASCII string. |
| UncasedStr | A cost-free reference to an uncased (case-insensitive, case-preserving) ASCII string. |
Enums
| Empty | A value with no value: |
| Num | A signed or unsigned numeric value. |
| Value | An enum representing all possible figment value variants. |
Type Definitions
| Dict | |
| Map | An alias to the type of map used in |