[][src]Module figment::value::magic

This is supported on crate feature magic only.

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

Structs

RelativePathBuf

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 its Tag.

Enums

Either

(De)serializes as either a magic value A or any other deserializable value B.

Traits

Magic

Marker trait for "magic" values. Primarily for use with Either.