Skip to main content

get_envar

Function get_envar 

Source
pub fn get_envar<T: FromStr + Debug>(name: &str) -> Result<T>
where <T as FromStr>::Err: Display,