pub trait EnvVarName {
const NAME: &'static str;
}Expand description
Names the environment variable that an EnvVarOpt reads.
Declare implementors with make_env_var! rather than by hand.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".