pub trait ToEnvVar {
    fn to_envvar(&self) -> EnvVar;
}

Required Methods

Implementations on Foreign Types

Implementors