Expand description
(De)serializable values that “magically” use information from the extracing
Figment
.
Structs§
- Relative
Path Buf - A
PathBuf
that knows the path of the file it was configured in, if any. - Tagged
- A wrapper around any value of type
T
and itsTag
.
Enums§
- Either
- (De)serializes as either a magic value
A
or any other deserializable valueB
.