parse

Function parse 

Source
pub fn parse<T: FromStr>(key: &str) -> Result<T>
where T::Err: ToString,
Expand description

Likes try_parse but returns a crate::Error::Missing if the variable isn’t set.