pub fn parse<T>(key: &str) -> Result<T, ConfigError>where T: FromStr, T::Err: Display,
Parse an environment variable as a specific type