Module types

Source

Enums§

EnvError
EnvError is an enum that represents the environment error type.
EnvType
EnvType is an enum that represents the environment type. EnvType is derived from the strum crate, which provides the ability to convert the string to the enum.

Traits§

AsEnvStr
AsEnvTypeStr is a trait that covert some type to a string with Key Type, which is the environment type. This trait can extend the existing configuration struct to get the environment type.
AsEnvTypeStr
AsEnvTypeStr is a trait that covert some type to a string, which is the environment type. This trait can extend the existing configuration struct to get the environment type.
EnvKey
EnvKey is a trait that represents the environment key.
FromKey
FromKey<V, S> is a trait like From with a key.