env_value

Function env_value 

Source
pub fn env_value<T>(key: &str, default: Option<T>) -> Result<T, Error>
where T: FromStr,
Expand description

Export useful types Get value from env and parse it to T