Expand description
(De)serializable values that “magically” use information from the extracing
Figment.
Structs
- A
PathBufthat knows the path of the file it was configured in, if any. - A wrapper around any value of type
Tand itsTag.
Enums
- (De)serializes as either a magic value
Aor any other deserializable valueB.
Traits
- Marker trait for “magic” values. Primarily for use with
Either.