pub fn get_env_with_default<T: FromString>(
var_name: &str,
default_value: T,
) -> Result<T>Expand description
Get environmental value var_name. If value is not found returns default_value
pub fn get_env_with_default<T: FromString>(
var_name: &str,
default_value: T,
) -> Result<T>Get environmental value var_name. If value is not found returns default_value