env_value

Function env_value 

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

Get value from env and parse it to T