pub fn parse<T: FromStr>(key: &str) -> Result<T>where T::Err: ToString,
Likes try_parse but returns a crate::Error::Missing if the variable isn’t set.
try_parse
crate::Error::Missing