pub(crate) fn get_env<T>(key: &'static str) -> Result<T>where T: FromStr, T::Err: Error + Send + Sync + 'static,