[][src]Module figment::value

Value and friends: types representing valid configuration values.

Modules

magicmagic

(De)serializable values that "magically" use information from the extracing Figment.

Structs

Id

An opaque, unique ID for a provider's Metadata.

Uncasedalloc
UncasedStr

Enums

Empty

A value with no value: None or Unit.

Num

A signed or unsigned numeric value.

Tag

An opaque tag which may or may not contain an Id.

Value

An enum representing all possible figment value variants.

Type Definitions

Dict

An alias to a Map from String to Values.

Map

An alias to the type of map used in Value::Dict.