Enum cargo_make::types::EnvValue
[−]
[src]
pub enum EnvValue { Value(String), Info(EnvValueInfo), }
Holds the env value or script
Variants
Value(String)
The value as string
Info(EnvValueInfo)
Script which will return the value
Trait Implementations
impl Debug for EnvValue
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more