Function from_env

Source
pub fn from_env<T, I>(pairs: I) -> Result<T, Error>
where T: DeserializeOwned, I: IntoIterator<Item = (String, String)>,